Skip to content

Commit

Permalink
makes wooden fencing be on the same layer as regular railing is (#1236)
Browse files Browse the repository at this point in the history
shrimple as it seems?
  • Loading branch information
Paxilmaniac authored and StealsThePRs committed Mar 2, 2024
1 parent 5650c4f commit 38684c9
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 38684c9

Please sign in to comment.