Singletons + refactor of /datum/observ + refactor of /decl/ into /singleton/ (#15519)

This commit is contained in:
Fluffy
2023-01-10 19:22:14 +01:00
committed by GitHub
parent 933e8521eb
commit 04d89f212a
512 changed files with 7623 additions and 7233 deletions

View File

@@ -37,7 +37,7 @@
if(W.force)
user.visible_message(SPAN_DANGER("\The [user] [pick(W.attack_verb)] \the [src] with \the [W]!"), SPAN_NOTICE("You [pick(W.attack_verb)] \the [src] with \the [W]!"))
playsound(loc, W.hitsound, W.get_clamped_volume(), TRUE)
playsound(loc, /decl/sound_category/wood_break_sound, 50, TRUE)
playsound(loc, /singleton/sound_category/wood_break_sound, 50, TRUE)
health -= W.force
if(health <= 0)
qdel(src)