From 4e0ff0fd536c4fb426d818eb0fcc53dee503fbe7 Mon Sep 17 00:00:00 2001 From: Dip Date: Sun, 1 Nov 2020 20:33:12 -0300 Subject: [PATCH] a --- code/modules/admin/verbs/randomverbs.dm | 4 +++- code/modules/admin/verbs/spawnfloorcluwne.dm | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/code/modules/admin/verbs/randomverbs.dm b/code/modules/admin/verbs/randomverbs.dm index 23d80f08..04f2ee42 100644 --- a/code/modules/admin/verbs/randomverbs.dm +++ b/code/modules/admin/verbs/randomverbs.dm @@ -1276,7 +1276,9 @@ GLOBAL_LIST_EMPTY(custom_outfits) //Admin created outfits FC.smite = TRUE FC.forced = TRUE FC.Acquire_Victim(target) - FC.interest = 5000; + FC.target = target + FC.current_victim = target + FC.interest = 5000 FC.maxHealth = 5000 FC.health = 5000 if(ADMIN_PUNISHMENT_ROD) diff --git a/code/modules/admin/verbs/spawnfloorcluwne.dm b/code/modules/admin/verbs/spawnfloorcluwne.dm index 331fe08a..0208df5a 100644 --- a/code/modules/admin/verbs/spawnfloorcluwne.dm +++ b/code/modules/admin/verbs/spawnfloorcluwne.dm @@ -13,6 +13,8 @@ var/mob/living/simple_animal/hostile/floor_cluwne/FC = new /mob/living/simple_animal/hostile/floor_cluwne(H.loc) FC.forced = TRUE FC.Acquire_Victim(H) + FC.target = H + FC.current_victim = H log_admin("[key_name(usr)] spawned floor cluwne.") message_admins("[key_name(usr)] spawned floor cluwne.") deadchat_broadcast("Floor Cluwne has just been spawned!")