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