Experimental change to speed up atmos

Kudos to /tg/
This commit is contained in:
CIB
2012-07-29 03:29:45 +03:00
parent 846f88918e
commit 35b1e7efd6
+2 -1
View File
@@ -336,7 +336,8 @@ datum
corresponding.moles += trace_gas.moles*giver.group_multiplier/group_multiplier
update_values()
del(giver)
// Let the garbage collector handle it, faster according to /tg/ testers
//del(giver)
return 1
proc/remove(amount)