Sliding Puzzle

This commit is contained in:
kevinz000
2018-08-07 04:43:35 -07:00
parent 626c5a018e
commit 4ff02b5a8b
11 changed files with 431 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ SUBSYSTEM_DEF(npcpool)
var/mob/living/simple_animal/SA = currentrun[currentrun.len]
--currentrun.len
if(!SA.ckey)
if(!SA.ckey && !SA.notransform)
if(SA.stat != DEAD)
SA.handle_automated_movement()
if(SA.stat != DEAD)