diff --git a/code/ZAS/Processing.dm b/code/ZAS/Processing.dm index fb4ad4945c3..1770670cf6b 100644 --- a/code/ZAS/Processing.dm +++ b/code/ZAS/Processing.dm @@ -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.