Tea heals a bit more if you're british (#21068)

* chav now gives slight healing on tea

* Update code/_globalvars/traits.dm

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>

---------

Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
GDN
2023-05-12 01:52:55 -05:00
committed by GitHub
parent 14d0c68dc1
commit 092fe017a5
4 changed files with 6 additions and 0 deletions
@@ -387,6 +387,9 @@
/datum/reagent/consumable/drink/tea/on_mob_life(mob/living/M)
var/update_flags = STATUS_UPDATE_NONE
if(prob(20))
if(HAS_TRAIT(M, TRAIT_CHAV))
update_flags |= M.adjustBruteLoss(-1, FALSE)
update_flags |= M.adjustFireLoss(-1, FALSE)
update_flags |= M.adjustToxLoss(-1, FALSE)
return ..() | update_flags