Merge pull request #12212 from Very-Soft/resizetime

Admin resize adjustments
This commit is contained in:
Casey
2022-02-13 07:21:53 -05:00
committed by CHOMPStation2
parent 23bff588e7
commit 42df3abc43

View File

@@ -9,7 +9,7 @@
if(!size_multiplier)
return //cancelled
size_multiplier = clamp(size_multiplier, 0.01, 1000)
size_multiplier = clamp(size_multiplier, -50, 50) //VOREStation Edit - being able to make people upside down is fun. Also 1000 is way, WAY too big. Honestly 50 is too big but at least you can see 50 and it doesn't break the rendering.
var/can_be_big = L.has_large_resize_bounds()
var/very_big = is_extreme_size(size_multiplier)