Going back to BS12 ZAS, permanently

This commit is contained in:
ZomgPonies
2013-11-08 09:51:22 -05:00
parent 950011d4d8
commit 0e201cc4a5
33 changed files with 3205 additions and 3019 deletions
+2 -2
View File
@@ -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)