mirror of
https://github.com/KabKebab/GS13.git
synced 2026-02-09 23:27:37 +00:00
a
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user