mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 05:22:40 +00:00
Singletons + refactor of /datum/observ (#15487)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user