Fix jukebox after hammering it :V

This commit is contained in:
Rob Nelson
2014-04-17 02:17:44 -07:00
parent 28df1f1417
commit e6bcafe924

View File

@@ -131,6 +131,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()