diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index e2be37f46f..aab8491249 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -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