mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 21:17:44 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user