Fixes stimulum decay (#32597)
* Fixes stimulum decay * Nitryl too * This too. * Makes stimulum actually apply it's anti-stun changes.
This commit is contained in:
committed by
CitadelStationBot
parent
ef700ef8d7
commit
d987dcdda8
@@ -1174,6 +1174,8 @@
|
||||
M.AdjustKnockdown(-20, 0)
|
||||
M.AdjustUnconscious(-20, 0)
|
||||
M.adjustStaminaLoss(-0.5*REM, 0)
|
||||
..()
|
||||
. = TRUE //Update status effects.
|
||||
|
||||
/datum/reagent/nitryl
|
||||
name = "Nitryl"
|
||||
@@ -1184,8 +1186,9 @@
|
||||
color = "90560B"
|
||||
taste_description = "burning"
|
||||
|
||||
/datum/reagent/browngas/on_mob_life(mob/living/M) //Has just a speedup
|
||||
/datum/reagent/nitryl/on_mob_life(mob/living/M) //Has just a speedup
|
||||
M.status_flags |= GOTTAGOFAST
|
||||
..()
|
||||
|
||||
/////////////////////////Coloured Crayon Powder////////////////////////////
|
||||
//For colouring in /proc/mix_color_from_reagents
|
||||
|
||||
Reference in New Issue
Block a user