Slowed down ZAS depressurization

This commit is contained in:
Albert Iordache
2012-05-31 07:48:43 +03:00
parent f2b6147432
commit f7d61de403

View File

@@ -1,6 +1,6 @@
#define QUANTIZE(variable) (round(variable,0.0001))
var/explosion_halt = 0
var/zone_share_percent = 8
var/zone_share_percent = 1 // The amount shared between zones/space at each tick.
zone
proc/process()
//Does rebuilding stuff. Not sure if used.