mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Distinguish between plating turf layer and floor turf layer. (#20503)
* move plating layer * atmos correctness pass * transparent floor ordering and wire terminal stuff * fix control flow spacing
This commit is contained in:
@@ -373,7 +373,8 @@ GLOBAL_LIST_EMPTY(safes)
|
||||
icon_state = "floorsafe"
|
||||
density = FALSE
|
||||
level = 1 //Under the floor
|
||||
layer = LOW_OBJ_LAYER
|
||||
plane = FLOOR_PLANE
|
||||
layer = ABOVE_PLATING_LAYER
|
||||
drill_x_offset = -1
|
||||
drill_y_offset = 20
|
||||
|
||||
|
||||
Reference in New Issue
Block a user