This commit is contained in:
Dip
2020-11-01 20:33:12 -03:00
parent a8e8f24032
commit 4e0ff0fd53
2 changed files with 5 additions and 1 deletions

View File

@@ -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)

View File

@@ -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("<span class='deadsay'><b>Floor Cluwne</b> has just been spawned!</span>")