mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	creating Mimics in the map editor now works correctly
This commit is contained in:
		| @@ -547,6 +547,12 @@ namespace mapeditor { | ||||
|         if((isWorm(c) || isIvy(c) || isMutantIvy(c)) && c->mov[cdir] &&  | ||||
|           !isWorm(c->mov[cdir]) && !isIvy(c->mov[cdir])) | ||||
|           c->mondir = NODIR; | ||||
|          | ||||
|         if(c->monst == moMimic) { | ||||
|           c->monst = moNone; | ||||
|           mirror::createMirror(cellwalker(c, cdir, true), 0); | ||||
|           c->monst = moMimic; | ||||
|           } | ||||
|         break; | ||||
|       case 1: | ||||
|         c->item = eItem(paintwhat); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue