From 6c295638cb773cf10e2c71a0311f10f0e1490597 Mon Sep 17 00:00:00 2001 From: Contrabang <91113370+Contrabang@users.noreply.github.com> Date: Wed, 17 May 2023 12:31:51 -0400 Subject: [PATCH] Buffs Adminordrazine against stamina and cold (#21044) * buff juice * handles no dna case * comments are good too * hal review --- code/modules/reagents/chemistry/reagents/admin_reagents.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/modules/reagents/chemistry/reagents/admin_reagents.dm b/code/modules/reagents/chemistry/reagents/admin_reagents.dm index 6132e173413..18a25e5ae8e 100644 --- a/code/modules/reagents/chemistry/reagents/admin_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/admin_reagents.dm @@ -39,6 +39,7 @@ M.SetStunned(0) M.SetImmobilized(0) M.SetKnockDown(0) + M.adjustStaminaLoss(-60) M.SetParalysis(0) M.SetSilence(0) M.SetHallucinate(0) @@ -56,6 +57,12 @@ continue D.cure(0) ..() + if(M.dna?.species) + // Set the temperature to the species's preferred temperature + // For things like drasks, for example + M.bodytemperature = M.dna.species.body_temperature + else + M.bodytemperature = BODYTEMP_NORMAL return STATUS_UPDATE_ALL /datum/reagent/medicine/adminordrazine/nanites