Jukebox casters should work now. (Tested)

This commit is contained in:
Rob Nelson
2014-05-18 18:43:44 -04:00
committed by ZomgPonies
parent b7e8f70899
commit 48978767c8
+1 -1
View File
@@ -188,7 +188,7 @@ var/global/loopModeNames=list(
else if(istype(W,/obj/item/weapon/wrench))
var/un = !anchored ? "" : "un"
user.visible_message("\blue [user.name] begins [un]locking \the [src.name]'s casters.","\blue You begin [un]locking \the [src.name]'s casters.")
if(do_after(user,5 SECONDS))
if(do_after(user,30))
playsound(get_turf(src), 'sound/items/Ratchet.ogg', 50, 1)
anchored = !anchored
user.visible_message("\blue [user.name] [un]locks \the [src.name]'s casters.","\red You [un]lock \the [src.name]'s casters.")