diff --git a/hyperstation/code/game/objects/structures/ghost_role_spawners.dm b/hyperstation/code/game/objects/structures/ghost_role_spawners.dm index b3aaf63f..b0b3e510 100644 --- a/hyperstation/code/game/objects/structures/ghost_role_spawners.dm +++ b/hyperstation/code/game/objects/structures/ghost_role_spawners.dm @@ -68,7 +68,7 @@ /obj/effect/mob_spawn/human/exiled/Initialize(mapload) . = ..() - delayusability(1, FALSE) //Probably should not show up on the menu? It gives it away that snowdin is the away mission. + delayusability(9000, FALSE) //Probably should not show up on the menu? It gives it away that snowdin is the away mission. var/arrpee = rand(1,3) switch(arrpee) if(1) diff --git a/icons/obj/janitor.dmi b/icons/obj/janitor.dmi index 58e2406e..5b08dd10 100644 Binary files a/icons/obj/janitor.dmi and b/icons/obj/janitor.dmi differ