Demons take damage from vacuum (#29971)

* gasp

* Update pulsedemon.dm

* Update bloodcrawl.dm

* Update bloodcrawl.dm

* Update bloodcrawl.dm
This commit is contained in:
CRUNCH
2025-08-13 06:04:52 +00:00
committed by GitHub
parent ee303683d2
commit 842054ed41
4 changed files with 12 additions and 2 deletions
+7 -1
View File
@@ -75,7 +75,13 @@
/obj/effect/dummy/slaughter/singularity_act()
return
/obj/effect/dummy/slaughter/return_obj_air()
var/datum/gas_mixture/GM = new
GM.set_oxygen(MOLES_O2STANDARD)
GM.set_nitrogen(MOLES_N2STANDARD)
GM.set_temperature(T20C)
return GM
/datum/spell/bloodcrawl/proc/block_hands(mob/living/carbon/C)
if(C.l_hand || C.r_hand)
to_chat(C, "<span class='warning'>You may not hold items while blood crawling!</span>")