Fixes a couple issues with random costume spawners (#21711)

* Fix random costume landmark sometimes spawning nothing

* Remove random egg from chicken costume landmark
This commit is contained in:
Nathan Winters
2023-07-17 11:48:55 +02:00
committed by GitHub
parent 4bcb907e91
commit 36b2aa1faf
+1 -2
View File
@@ -430,7 +430,6 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/awaystart) //Without this away mission
. = ..()
new /obj/item/clothing/suit/chickensuit(src.loc)
new /obj/item/clothing/head/chicken(src.loc)
new /obj/item/reagent_containers/food/snacks/egg(src.loc)
return INITIALIZE_HINT_QDEL
/obj/effect/landmark/costume/gladiator/Initialize(mapload)
@@ -550,7 +549,7 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/awaystart) //Without this away mission
new /obj/item/clothing/suit/holidaypriest(src.loc)
return INITIALIZE_HINT_QDEL
/obj/effect/landmark/costume/marisawizard/fake/Initialize(mapload)
/obj/effect/landmark/costume/marisa_fakewizard/Initialize(mapload)
. = ..()
new /obj/item/clothing/head/wizard/marisa/fake(src.loc)
new/obj/item/clothing/suit/wizrobe/marisa/fake(src.loc)