We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ff8a4 commit aca3fc0Copy full SHA for aca3fc0
code/controllers/subsystem/npcpool.dm
@@ -39,7 +39,9 @@ SUBSYSTEM_DEF(npcpool)
39
if(!SA.ckey && !SA.notransform)
40
if(SA.stat != DEAD)
41
SA.handle_automated_movement()
42
+ if(SA.stat != DEAD)
43
SA.handle_automated_action()
44
45
SA.handle_automated_speech()
46
if (MC_TICK_CHECK)
47
--failed_fires
0 commit comments