Fixes Random Drugs failing Travis and Maint Loot (#13719)

This commit is contained in:
Fox McCloud
2020-06-30 17:58:12 -06:00
committed by GitHub
parent a996e55b47
commit 33af3fac4f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -56,7 +56,7 @@
desc = "Huh."
allow_wrap = FALSE
/obj/item/storage/pill_bottle/random_drug_bottle/New()
..()
/obj/item/storage/pill_bottle/random_drug_bottle/Initialize(mapload)
. = ..()
for(var/i in 1 to 5)
new /obj/item/reagent_containers/food/pill/random_drugs(src)