Fixed comma error.

This commit is contained in:
CIB
2012-06-18 05:55:45 -07:00
parent 85d99c78fc
commit 9bc85f2883
+2 -2
View File
@@ -389,7 +389,7 @@ datum
// if(50 to INFINITY)
// M:adjustToxLoss(0.1)
data++
holder.remove_reagent(src.id, 0.4)
holder.remove_reagent(src.id, 0.04)
..()
return
@@ -1827,7 +1827,7 @@ datum
if(51 to INFINITY)
M:sleeping += 5
M:adjustToxLoss(2)
holder.remove_reagent(src.id, 0.4)
holder.remove_reagent(src.id, 0.04)
..()
return