From 7f823fc2c7c317937c5da5b9c2cd248651787b55 Mon Sep 17 00:00:00 2001 From: LiquidPotroh <100733800+LiquidPotroh@users.noreply.github.com> Date: Mon, 25 Dec 2023 04:12:57 +0300 Subject: [PATCH] Update code/modules/antagonists/vampire/vampire_datum.dm Co-authored-by: BeebBeebBoob --- code/modules/antagonists/vampire/vampire_datum.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/vampire/vampire_datum.dm b/code/modules/antagonists/vampire/vampire_datum.dm index 77008ecef02..8bedd9daa2a 100644 --- a/code/modules/antagonists/vampire/vampire_datum.dm +++ b/code/modules/antagonists/vampire/vampire_datum.dm @@ -235,7 +235,7 @@ getting_closer_animation(target, cycle_counter) time_per_action = suck_rate_final*GRAB_NECK_TIME_MOD continue - if(2) + if(STATE_GRABBING) owner.current.visible_message(span_danger("[owner.current] grabs [target]'s neck harshly"), \ span_danger("You grabs [target]'s neck harshly")) getting_closer_animation(target, cycle_counter)