mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
[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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user