mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Refactors sound groups to use decls instead of a massive switch with dozens of global lists. (#9702)
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
H.confused += 10
|
||||
H.stuttering += 5
|
||||
to_chat(H, "<span class='danger'>You suddenly feel as if your head was hit by something!</span>")
|
||||
playsound(get_turf(H), "punch", 50, 1, -1)
|
||||
playsound(get_turf(H), /decl/sound_category/punch_sound, 50, 1, -1)
|
||||
|
||||
cooldown = world.time + cooldown_time
|
||||
|
||||
|
||||
Reference in New Issue
Block a user