[GBP NO UPDATE] Fixes the basetype of .../under/suit spawning (#19471)

* Fixes the basetype of .../under/suit spawning

* Suggestion

* The other way around
This commit is contained in:
ElorgRHG
2022-10-28 20:20:01 +02:00
committed by GitHub
parent 473a46ff5a
commit c456bdefdc
+1 -1
View File
@@ -463,7 +463,7 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/awaystart) //Without this away mission
/obj/effect/landmark/costume/butler/Initialize(mapload)
. = ..()
new /obj/item/clothing/suit/wcoat(src.loc)
new /obj/item/clothing/under/suit(src.loc)
new /obj/item/clothing/under/suit/black(loc)
new /obj/item/clothing/head/that(src.loc)
return INITIALIZE_HINT_QDEL