Skip to content

Commit

Permalink
Fixes some wooden PLANK barricades from dropping null stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
GremlingSS committed Jul 17, 2023
1 parent 857402e commit 1bb316c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/machinery/obstacles_barricades.dm
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,8 @@
max_integrity = 75

/obj/structure/barricade/wooden/make_debris()
new /obj/item/stack/sheet/mineral/wood(get_turf(src), drop_amount)
if(drop_amount)
new /obj/item/stack/sheet/mineral/wood(get_turf(src), drop_amount)


/obj/structure/barricade/bars //FighterX2500 is this you?
Expand Down

0 comments on commit 1bb316c

Please sign in to comment.