mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Fixes Floor Cluwne Oversight (#31810)
* Fixes Floor Cluwne Oversight * Cluwne oversight
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user