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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user