mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user