Update dance_machine.dm

This commit is contained in:
deathride58
2018-04-04 16:59:18 -04:00
committed by GitHub
parent e4c6ce0a98
commit e930b98beb

View File

@@ -368,13 +368,9 @@
M.lying_fix()
<<<<<<< HEAD
/obj/machinery/disco/proc/dance4(var/mob/living/M)
//var/speed = rand(1,3) // CIT CHANGE
=======
/obj/machinery/jukebox/disco/proc/dance4(var/mob/living/M)
var/speed = rand(1,3)
>>>>>>> 4471461... Refactors Dance Machine + deletes a bunch of sound files (#36815)
//var/speed = rand(1,3) CIT CHANGE -- comments this out to prevent compiling errors
set waitfor = 0
/*var/time = 30 CIT CHANGE -- replaces dance4 with rapid spinning so that disco balls dont make weird shit happen
while(time)