diff --git a/code/modules/events/floorcluwne_event.dm b/code/modules/events/floorcluwne_event.dm index c621cb09b4c..262fff135a2 100644 --- a/code/modules/events/floorcluwne_event.dm +++ b/code/modules/events/floorcluwne_event.dm @@ -1,4 +1,5 @@ /datum/event/spawn_floor_cluwne + name = "Floor Cluwne" nominal_severity = EVENT_LEVEL_MODERATE role_weights = list(ASSIGNMENT_SECURITY = 3, ASSIGNMENT_CREW = 0.8) role_requirements = list(ASSIGNMENT_SECURITY = 2, ASSIGNMENT_CREW = 25) diff --git a/code/modules/mob/living/simple_animal/hostile/floorcluwne.dm b/code/modules/mob/living/simple_animal/hostile/floorcluwne.dm index bc7512052d8..cc7eefe129c 100644 --- a/code/modules/mob/living/simple_animal/hostile/floorcluwne.dm +++ b/code/modules/mob/living/simple_animal/hostile/floorcluwne.dm @@ -401,6 +401,8 @@ H.anchored = initial(H.anchored) eating = FALSE + stage = STAGE_HAUNT + interest = 0 if(prob(2)) switch_stage = max(switch_stage * 0.75, switch_stage_min) //he gets a chance to be faster after each feast if(smiting) @@ -409,8 +411,6 @@ else Acquire_Victim() - interest = 0 - /mob/living/simple_animal/hostile/floor_cluwne/proc/client_kill_animation(mob/living/carbon/human/H) if(!H.client) return