Skip to content

Commit

Permalink
Update code/game/objects/structures/plasticflaps.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
BaraBarax authored Feb 9, 2024
1 parent 0bb7fab commit eabdc25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/structures/plasticflaps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@

/obj/structure/plasticflaps/attackby(obj/item/O, mob/user)
if(isWrench(O))
playsound(loc, 'sound/items/Ratchet.ogg', 100, 1)
if(do_after(user, 30, src))
new /obj/item/stack/material/plastic(loc, 5)
qdel(src)
Expand Down

0 comments on commit eabdc25

Please sign in to comment.