From f1178a65a011dd3961a55254fc9488126b9636cb Mon Sep 17 00:00:00 2001 From: DeltaFire Date: Sun, 1 Nov 2020 22:04:28 +0100 Subject: [PATCH] admin edit thingy admins can edit both normal toxdamage and corruption --- code/modules/admin/view_variables/topic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/view_variables/topic.dm b/code/modules/admin/view_variables/topic.dm index 9f61781f01..af412a6caa 100644 --- a/code/modules/admin/view_variables/topic.dm +++ b/code/modules/admin/view_variables/topic.dm @@ -98,7 +98,7 @@ L.adjustFireLoss(amount) newamt = L.getFireLoss() if("toxin") - L.adjustToxLoss(amount) + L.adjustToxLoss(amount, toxins_type = TOX_OMNI) newamt = L.getToxLoss() if("oxygen") L.adjustOxyLoss(amount)