Merge pull request #13879 from Citadel-Station-13/silicons-patch-45

admin varedit now bypasses toxlover because accidentally killing people is not okay
This commit is contained in:
DeltaFire
2020-12-26 19:48:24 +01:00
committed by GitHub
+1 -1
View File
@@ -98,7 +98,7 @@
L.adjustFireLoss(amount)
newamt = L.getFireLoss()
if("toxin")
L.adjustToxLoss(amount, toxins_type = TOX_OMNI)
L.adjustToxLoss(amount, toxins_type = TOX_OMNI, forced = TRUE)
newamt = L.getToxLoss()
if("oxygen")
L.adjustOxyLoss(amount)