Update dance_machine.dm

This commit is contained in:
deathride58
2018-03-27 13:50:40 -04:00
committed by GitHub
parent d5822a4cbb
commit 7977ac2818
+2 -7
View File
@@ -407,15 +407,10 @@
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)
time--*/
M.SpinAnimation(1,30)
/obj/machinery/disco/proc/dance5(var/mob/living/M)
animate(M, transform = matrix(180, MATRIX_ROTATE), time = 1, loop = 0)