From 88eeb87f718f2d55fd3dc489fd1292fcb19ec230 Mon Sep 17 00:00:00 2001 From: lbnesquik Date: Sun, 8 Aug 2021 16:33:04 +0200 Subject: [PATCH] Fixes broken spawn points by turning on the variable --- code/game/jobs/job_controller.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/jobs/job_controller.dm b/code/game/jobs/job_controller.dm index 24351609ae..8428eb1d1e 100644 --- a/code/game/jobs/job_controller.dm +++ b/code/game/jobs/job_controller.dm @@ -651,7 +651,7 @@ var/global/datum/controller/occupations/job_master var/datum/spawnpoint/spawnpos var/fail_deadly = FALSE var/obj/belly/vore_spawn_gut - var/announcement //CHOMP Edit + var/announcement = TRUE //CHOMP Edit var/datum/job/J = SSjob.get_job(rank) fail_deadly = J?.offmap_spawn