Make dicebag not a pillbottle subtype. (#23121)

* Make dicebag not a pillbottle

* Fix all other references

* Map update

---------

Co-authored-by: adrermail@gmail.com <adrermail@gmail.com>
This commit is contained in:
Adrer
2023-11-21 23:09:03 +00:00
committed by GitHub
co-authored by adrermail@gmail.com <adrermail@gmail.com>
parent 325cd3abf4
commit a169176829
8 changed files with 30 additions and 28 deletions
@@ -228,7 +228,7 @@
var/obj/item/reagent_containers/food/snacks/warmdonkpocket_weak/W = new(src)
load(W)
if(prob(50))
var/obj/item/storage/pill_bottle/dice/D = new(src)
var/obj/item/storage/bag/dice/D = new(src)
load(D)
else
var/obj/item/instrument/guitar/G = new(src)