mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Water will now wake you up when splashed (#19476)
* Update other_reagents.dm * make it sleep only
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user