ZAS switched from /vg/ to BS12

This commit is contained in:
ZomgPonies
2013-11-06 20:21:59 -05:00
parent 3e9b71ce19
commit e4a82dfda8
33 changed files with 3148 additions and 3086 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)