admin edit thingy

admins can edit both normal toxdamage and corruption
This commit is contained in:
DeltaFire
2020-11-01 22:04:28 +01:00
parent 93dd754d46
commit f1178a65a0
+1 -1
View File
@@ -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)