This commit is contained in:
BiancaWilkson
2025-12-08 21:39:18 +00:00
committed by GitHub
parent d0c0dae20c
commit 04fd8b2057
3 changed files with 3 additions and 0 deletions
@@ -92,6 +92,7 @@
C.stored_comms["metal"] += 2 // having more metal than glass because blood has iron in it
C.stored_comms["glass"] += 1
qdel(src)
playsound(src, 'sound/misc/demon_consume.ogg', 10, TRUE, SOUND_RANGE_SET(4))
return TRUE
return ..()
@@ -267,6 +267,7 @@
new/obj/effect/decal/cleanable/blood/splatter(get_turf(src))
C.stored_comms["metal"] += 2
C.stored_comms["glass"] += 1
playsound(src, 'sound/misc/demon_consume.ogg', 10, TRUE, SOUND_RANGE_SET(4))
qdel(src)
return TRUE
return ..()
@@ -87,6 +87,7 @@
"<span class='warning'>It's a bit of a struggle, but you manage to suck [src] into your decompiler. It makes a series of visceral crunching noises.</span>")
C.stored_comms["metal"] += 2
C.stored_comms["glass"] += 1
playsound(src, 'sound/misc/demon_consume.ogg', 10, TRUE, SOUND_RANGE_SET(4))
qdel(src)
return TRUE