mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-09 22:25:46 +01:00
Going back to BS12 ZAS, permanently
This commit is contained in:
@@ -876,8 +876,8 @@
|
||||
var/total_plasmaloss = 0
|
||||
for(var/obj/item/I in src)
|
||||
if(I.contaminated)
|
||||
//total_plasmaloss += vsc.plc.CONTAMINATION_LOSS
|
||||
total_plasmaloss += zas_settings.Get("CONTAMINATION_LOSS")
|
||||
total_plasmaloss += vsc.plc.CONTAMINATION_LOSS
|
||||
// total_plasmaloss += zas_settings.Get("CONTAMINATION_LOSS")
|
||||
if(status_flags & GODMODE) return 0 //godmode
|
||||
adjustToxLoss(total_plasmaloss)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user