Skip to content

Commit

Permalink
[MODULAR] Fixes primitive wooden fencing (and gate) dropping iron rod…
Browse files Browse the repository at this point in the history
…s instead of wood (#2899)

* fixes primitive fencing drop

* Update modular_nova/modules/primitive_structures/code/fencing.dm



---------

Co-authored-by: chel <[email protected]>
Co-authored-by: Tom <[email protected]>
Co-authored-by: Bloop <[email protected]>
Co-authored-by: Iajret <[email protected]>
  • Loading branch information
5 people authored Apr 16, 2024
1 parent ba919d6 commit 8f5ea74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modular_nova/modules/primitive_structures/code/fencing.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
)
update_appearance()

/obj/structure/railing/wooden_fencing/atom_deconstruct(disassembled)
var/obj/plank = new /obj/item/stack/sheet/mineral/wood(drop_location(), 5)
transfer_fingerprints_to(plank)

// formerly NO_DECONSTRUCTION
/obj/structure/railing/wirecutter_act(mob/living/user, obj/item/I)
return NONE
Expand Down

0 comments on commit 8f5ea74

Please sign in to comment.