Skip to content

Commit

Permalink
makes wooden fencing be on the same layer as regular railing is (#2231)
Browse files Browse the repository at this point in the history
shrimple as it seems?

Co-authored-by: Paxilmaniac <[email protected]>
  • Loading branch information
Steals-The-PRs and Paxilmaniac authored Mar 2, 2024
1 parent 645dcfa commit 47730f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modular_nova/modules/primitive_structures/code/fencing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
desc = "A basic wooden fence meant to prevent people like you either in or out of somewhere."
icon = 'modular_nova/modules/primitive_structures/icons/wooden_fence.dmi'
icon_state = "fence"
layer = BELOW_OBJ_LAYER // I think this is the default but lets be safe?
resistance_flags = FLAMMABLE
flags_1 = NO_DECONSTRUCTION | ON_BORDER_1
/// If we randomize our icon on spawning
Expand Down

0 comments on commit 47730f5

Please sign in to comment.