mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Demons take damage from vacuum (#29971)
* gasp * Update pulsedemon.dm * Update bloodcrawl.dm * Update bloodcrawl.dm * Update bloodcrawl.dm
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user