Sort "mob_spawn.dm" to 2 specific categories. (#21728)

* NanoMap Auto-Update (Sun Jul  2 02:02:08 UTC 2023)

* Sorting mob_spawn file to have 2 categories.

* Holy jesus
So many files using alive and corpses... send help.

* Delete wizardcrash.dmm

* Trying..

* fixing mime/clown .dmm stuff

* Test

* Fix UpdatePaths file
now it should contain all corpses/alive path swapping.

---------

Co-authored-by: NanoMap Generation <action@github.com>
This commit is contained in:
Venuska1117
2023-09-08 22:23:30 +02:00
committed by GitHub
parent bba29a48b5
commit b234b3e4ba
22 changed files with 398 additions and 343 deletions
@@ -42,11 +42,11 @@
id = /obj/item/card/id
/obj/effect/mob_spawn/human/clown/corpse
/obj/effect/mob_spawn/human/corpse/clown/corpse
roundstart = TRUE
instant = TRUE
/obj/effect/mob_spawn/human/mime/corpse
/obj/effect/mob_spawn/human/corpse/mime/corpse
roundstart = TRUE
instant = TRUE
@@ -102,7 +102,7 @@
name = "Corpse of a Space Wizard"
outfit = /datum/outfit/wizardcorpse
/obj/effect/mob_spawn/human/corpse/clownoff/Initialize(mapload)
/obj/effect/mob_spawn/human/corpse/clown/officer/Initialize(mapload)
mob_name = "[pick(GLOB.wizard_first)], [pick(GLOB.wizard_second)]"
. = ..()