Fixes Floor Cluwne Oversight (#31810)

* Fixes Floor Cluwne Oversight

* Cluwne oversight
This commit is contained in:
PollardTheDragon
2026-03-30 21:29:32 -04:00
committed by GitHub
parent ee0114b9a3
commit 07b4ab0b4c
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -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)
@@ -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