Merge pull request #3668 from CHOMPStation2/upstream-merge-12212

[MIRROR] Admin resize adjustments
This commit is contained in:
Razgriz
2022-02-16 14:25:11 -07:00
committed by GitHub
+1 -1
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)