From 935c412629539cf35e8e62bd078c2305d6b14fd4 Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Fri, 13 Nov 2020 02:25:51 +0100 Subject: [PATCH] specify --- code/modules/surgery/purge_corruption.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/purge_corruption.dm b/code/modules/surgery/purge_corruption.dm index e069b99141..9d505782e7 100644 --- a/code/modules/surgery/purge_corruption.dm +++ b/code/modules/surgery/purge_corruption.dm @@ -78,7 +78,7 @@ Has a version for organic people and robotic/synthetic ones, considering robotic "[user] successfully initiates a system purge in [target].", "[user] completes the surgery on [target].") var/purged = target.getToxLoss(TOX_SYSCORRUPT) - target.setToxLoss(0, TOX_SYSCORRUPT) + target.setToxLoss(0, toxins_type = TOX_SYSCORRUPT) target.Sleeping(round(purged * 0.2, 1)) return TRUE