From d372bae224b3ce456c575b20b8484fe4ea04d418 Mon Sep 17 00:00:00 2001 From: KorPhaeron Date: Wed, 15 Jul 2015 18:03:12 -0500 Subject: [PATCH] I did it backwards help --- code/modules/clothing/head/helmet.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/head/helmet.dm b/code/modules/clothing/head/helmet.dm index 0b0fe3c94c4..375eb4e7f50 100644 --- a/code/modules/clothing/head/helmet.dm +++ b/code/modules/clothing/head/helmet.dm @@ -66,8 +66,8 @@ icon_state = "[initial(icon_state)]up" usr << "[alt_toggle_message] \the [src]" usr.update_inv_head(0) - while(up) - if(active_sound) + if(active_sound) + while(up) playsound(src.loc, "[active_sound]", 100, 0, 4) sleep(15)