[MIRROR] Fixes lattice and operating table smoothing. (#340)

* Merge pull request #52920 from CRITAWAKETS/test-ur-peearrs

Fixes lattice and operating table smoothing.

* Fixes lattice and operating table smoothing.

Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-08-14 02:21:12 +02:00
committed by GitHub
parent 77372a2227
commit 2b820a06d0
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -75,7 +75,7 @@
icon_state = "catwalk"
number_of_mats = 2
smoothing_flags = SMOOTH_CORNERS
smoothing_groups = null
smoothing_groups = list(SMOOTH_GROUP_LATTICE, SMOOTH_GROUP_OPEN_FLOOR)
canSmoothWith = null
obj_flags = CAN_BE_HIT | BLOCK_Z_OUT_DOWN | BLOCK_Z_IN_UP
@@ -530,6 +530,8 @@
icon_state = "optable"
buildstack = /obj/item/stack/sheet/mineral/silver
smoothing_flags = NONE
smoothing_groups = null
canSmoothWith = null
can_buckle = 1
buckle_lying = -1
buckle_requires_restraints = 1