mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
Makes all playsounds use bools for vary (#26183)
* Makes all playsounds use `TRUE` for vary * Same but for `FALSE`
This commit is contained in:
@@ -738,7 +738,7 @@
|
||||
icon_state = new_state["icon_state"]
|
||||
state = choice
|
||||
to_chat(user, "You adjust the helmet.")
|
||||
playsound(src.loc, "[toggle_sound]", 100, 0, 4)
|
||||
playsound(src.loc, "[toggle_sound]", 100, FALSE, 4)
|
||||
user.update_inv_head()
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user