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
@@ -6,7 +6,7 @@
var/lootdoubles = 1 //if the same item can be spawned twice
var/list/loot //a list of possible items to spawn e.g. list(/obj/item, /obj/structure, /obj/effect)
/obj/effect/spawner/lootdrop/Initialize(mapload)
/obj/effect/spawner/lootdrop/New()
..()
if(loot && loot.len)
for(var/i = lootcount, i > 0, i--)
@@ -17,7 +17,7 @@
if(lootspawn)
new lootspawn(loc)
return INITIALIZE_HINT_QDEL
qdel(src)
/obj/effect/spawner/lootdrop/armory_contraband
name = "armory contraband gun spawner"