Merge pull request #6127 from Citadel-Station-13/upstream-merge-36689

[MIRROR] Hotfix for #36688 - Excludes non-carbon-based life from the disco machine's dance4 proc to fix pAI "resting/getting up" chat spam
This commit is contained in:
LetterJay
2018-04-01 19:51:58 -05:00
committed by GitHub
+2 -1
View File
@@ -407,7 +407,8 @@
sleep(speed)
for(var/i in 1 to speed)
M.setDir(pick(GLOB.cardinals))
M.lay_down(TRUE)
for(var/mob/living/carbon/NS in rangers)
NS.lay_down(TRUE) //specifically excludes silicons to prevent pAI chat spam
time--*/
M.SpinAnimation(1,30)