RE-SS3D / SS3D

Space Station 3D, another remake of SS13, but with an extra D.
https://ss3d.space/
249 stars 138 forks source link

Fix large wall mount clipping (#1347) #1433

Closed withwater closed 4 months ago

withwater commented 4 months ago

Summary

Add isLarge boolean to TileObjectSo.cs and use that boolean value to check if there are existing large wall mounts in BuildChecker.cs. If there is, disallow building

Screenshot 2024-03-03 185009

Closes #1347

withwater commented 4 months ago

Thanks a lot nath! Looking forward to contributing more!