Merge pull request #10351 from Citinited/duct-tape-stick-tweak

You can stick duct tape to more than just paper now
This commit is contained in:
variableundefined
2018-12-11 20:18:05 +08:00
committed by GitHub
26 changed files with 204 additions and 167 deletions
@@ -637,3 +637,8 @@
icon_state = "electricalcrate"
icon_opened = "electricalcrateopen"
icon_closed = "electricalcrate"
/obj/structure/closet/crate/tape/New()
if(prob(10))
new /obj/item/bikehorn/rubberducky(src)
..()