Buffs Adminordrazine against stamina and cold (#21044)

* buff juice

* handles no dna case

* comments are good too

* hal review
This commit is contained in:
Contrabang
2023-05-17 17:31:51 +01:00
committed by GitHub
parent 170c704cd1
commit 6c295638cb
@@ -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