mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
partially fixes medical phobia by splitting dice bags off of pillbottles as a subtype (#61015)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user