Merge pull request #4176 from BlackMajor/protean-rework

Protean rework part 2 (WIP)
This commit is contained in:
Razgriz
2023-02-27 19:09:14 -07:00
committed by GitHub
51 changed files with 4821 additions and 705 deletions
+1 -1
View File
@@ -65,7 +65,7 @@
/atom/movable/proc/has_large_resize_bounds()
var/area/A = get_area(src) //Get the atom's area to check for size limit.
return !A.limit_mob_size
return A ? !A.limit_mob_size : FALSE //CHOMPEdit
/proc/is_extreme_size(size)
return (size < RESIZE_MINIMUM || size > RESIZE_MAXIMUM)