mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Lets keep plant stats to clean, rounded values.
This commit is contained in:
@@ -216,7 +216,7 @@
|
||||
if(t_prod.seed)
|
||||
t_prod.seed = initial(t_prod.seed)
|
||||
t_prod.seed = new t_prod.seed
|
||||
t_prod.seed.instability = instability/2
|
||||
t_prod.seed.instability = round(instability/2)
|
||||
t_amount++
|
||||
continue
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user