From e9ca36b9026d1899983942e0ebd45bf9db56ff33 Mon Sep 17 00:00:00 2001 From: Keate Senior Date: Wed, 15 Jul 2020 00:08:37 -0400 Subject: [PATCH] ahaha nice I deleted the line that gives them the slab --- code/game/gamemodes/clock_cult/clock_cult.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/clock_cult/clock_cult.dm b/code/game/gamemodes/clock_cult/clock_cult.dm index 0429c6c378..ace0a2686d 100644 --- a/code/game/gamemodes/clock_cult/clock_cult.dm +++ b/code/game/gamemodes/clock_cult/clock_cult.dm @@ -177,6 +177,7 @@ Credit where due: log_game("[key_name(servant)] was made an initial servant of Ratvar") var/mob/living/L = servant.current greet_servant(L) + equip_servant(L) add_servant_of_ratvar(L, TRUE) return 1