From a9aa913860233e8604dbdebf3bf47082d9184f60 Mon Sep 17 00:00:00 2001 From: Thalpy <33956696+Thalpy@users.noreply.github.com> Date: Thu, 13 Jun 2019 01:24:50 +0100 Subject: [PATCH] Added remove() for bloodpressure --- code/datums/traits/good.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/datums/traits/good.dm b/code/datums/traits/good.dm index be46a8aa21..4d6eb9a86a 100644 --- a/code/datums/traits/good.dm +++ b/code/datums/traits/good.dm @@ -182,3 +182,7 @@ var/mob/living/M = quirk_holder M.blood_ratio = 1.2 M.blood_volume += 150 + +/datum/quirk/bloodpressure/remove() + var/mob/living/M = quirk_holder + M.blood_ratio = 1