Sticky tape crates have a small chance of spawning a rubber duck

This commit is contained in:
Citinited
2018-11-29 00:11:53 +00:00
parent 88ff4eb49f
commit 53300b82ea
2 changed files with 6 additions and 0 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)
..()