Singletons + refactor of /datum/observ (#15487)

This commit is contained in:
Fluffy
2023-01-05 18:41:40 +01:00
committed by GitHub
parent 95f8207f08
commit 0ddcf0817a
507 changed files with 7603 additions and 7214 deletions

View File

@@ -8,7 +8,7 @@
light_color = "#6633CC"
light_power = 3
light_range = 4
reagents_to_add = list(/decl/reagent/toxin/undead = 120)
reagents_to_add = list(/singleton/reagent/toxin/undead = 120)
var/lich = null

View File

@@ -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), /decl/sound_category/punch_sound, 50, 1, -1)
playsound(get_turf(H), /singleton/sound_category/punch_sound, 50, 1, -1)
cooldown = world.time + cooldown_time