Skip to content

Commit

Permalink
Update code/game/objects/items/devices/whistle.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Zonespace <[email protected]>
  • Loading branch information
ClairionCM and Zonespace27 committed Jan 16, 2024
1 parent 78e2933 commit b98c2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/whistle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

/obj/item/device/whistle/proc/whistle_playsound(mob/user)
if(!COOLDOWN_FINISHED(src, spam_cooldown))
to_chat(user, SPAN_DANGER("\ You are out of breath after using [src]! Wait [COOLDOWN_SECONDSLEFT(src, spam_cooldown)] second(s)."))
to_chat(user, SPAN_DANGER("You are out of breath after using [src]! Wait [COOLDOWN_SECONDSLEFT(src, spam_cooldown)] second\s."))
return

user.visible_message(SPAN_WARNING("[user] blows into [src]!"))
Expand Down

0 comments on commit b98c2b5

Please sign in to comment.