Fix jukebox after hammering it :V

This commit is contained in:
Rob Nelson
2014-04-17 02:17:44 -07:00
committed by ZomgPonies
parent 2389e9a778
commit 0221e5bdff
+1
View File
@@ -133,6 +133,7 @@ var/global/loopModeNames=list(
return
if(stat & BROKEN && playlist!=null)
user.visible_message("\red <b>[user.name] smacks the side of \the [src.name].</b>","\red You hammer the side of \the [src.name].")
stat &= ~BROKEN
playlist=null
playing=emagged
update_icon()