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:
Gaz Wilmbroke
2018-03-26 17:18:35 -05:00
committed by CitadelStationBot
parent c579d81f4c
commit d5822a4cbb
+6
View File
@@ -407,9 +407,15 @@
sleep(speed)
for(var/i in 1 to speed)
M.setDir(pick(GLOB.cardinals))
<<<<<<< HEAD
M.lay_down(TRUE)
time--*/
M.SpinAnimation(1,30)
=======
for(var/mob/living/carbon/NS in rangers)
NS.lay_down(TRUE) //specifically excludes silicons to prevent pAI chat spam
time--
>>>>>>> 3f5438f... Cheapshit hack to fix pAI dance chatspam (#36689)
/obj/machinery/disco/proc/dance5(var/mob/living/M)
animate(M, transform = matrix(180, MATRIX_ROTATE), time = 1, loop = 0)