Renames the blob spawner to nuke disc respawner (#18130)

* no more blob, properly named now

* oops should have removed the comment too
This commit is contained in:
Contrabang
2022-07-12 22:30:43 -05:00
committed by GitHub
parent f0768024d2
commit f0b048dd14
4 changed files with 78 additions and 78 deletions
+2 -2
View File
@@ -78,11 +78,11 @@ INITIALIZE_IMMEDIATE(/obj/effect/landmark/awaystart) //Without this away mission
spawner_list = GLOB.xeno_spawn
return ..()
/obj/effect/landmark/spawner/blob //todo: rename this and cause mapping pain
/obj/effect/landmark/spawner/nukedisc_respawn
name = "nukedisc_respawn"
icon_state = "Nuke_disk"
/obj/effect/landmark/spawner/blob/Initialize(mapload)
/obj/effect/landmark/spawner/nukedisc_respawn/Initialize(mapload)
spawner_list = GLOB.nukedisc_respawn
return ..()