Water will now wake you up when splashed (#19476)

* Update other_reagents.dm

* make it sleep only
This commit is contained in:
ynot01
2023-07-01 22:09:11 -04:00
committed by GitHub
parent ea819ef0f4
commit 5d6e31378e

View File

@@ -186,6 +186,11 @@
if(!istype(M))
return
if(methods & TOUCH)
// some nice cold water to WAKE THE FUCK UP
// 20 units of water = 1 hug of antisleep
M.AdjustUnconscious(-reac_volume*0.3 SECONDS)
M.AdjustSleeping(-reac_volume*0.5 SECONDS)
M.adjust_fire_stacks(-(reac_volume / 10) * M.get_permeability(null, TRUE))
M.extinguish_mob() // permeability affects the negative fire stacks but not the extinguishing
..()
@@ -635,7 +640,7 @@
color = "#5EFF3B" //RGB: 94, 255, 59
race = /datum/species/ethereal
mutationtext = span_danger("The pain subsides. You feel... ecstatic.")
/datum/reagent/mutationtoxin/preternis
name = "Preternis Mutation Toxin"
description = "A metallic precursor toxin."