mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
1.5 growht cap
This commit is contained in:
@@ -417,11 +417,15 @@
|
||||
var/newsize = current_size
|
||||
switch(volume)
|
||||
if(0 to 19)
|
||||
newsize = 1.25
|
||||
newsize = 1.1
|
||||
if(20 to 49)
|
||||
newsize = 1.2
|
||||
if(50 to 99)
|
||||
newsize = 1.25
|
||||
if(100 to 199)
|
||||
newsize = 1.3
|
||||
if(200 to INFINITY)
|
||||
newsize = 1.5
|
||||
if(50 to INFINITY)
|
||||
newsize = 2
|
||||
|
||||
H.resize = newsize/current_size
|
||||
current_size = newsize
|
||||
|
||||
Reference in New Issue
Block a user