partially fixes medical phobia by splitting dice bags off of pillbottles as a subtype (#61015)

This commit is contained in:
tralezab
2021-09-03 21:21:53 -07:00
committed by GitHub
parent b56758410c
commit 38000dfa10
19 changed files with 59 additions and 53 deletions
@@ -210,7 +210,7 @@
var/obj/item/food/donkpocket/warm/W = new(src)
load(W)
if(prob(50))
var/obj/item/storage/pill_bottle/dice/D = new(src)
var/obj/item/storage/dice/D = new(src)
load(D)
else
var/obj/item/instrument/guitar/G = new(src)