Skip to content

Commit

Permalink
Update code/modules/antagonists/vampire/vampire_datum.dm
Browse files Browse the repository at this point in the history
Co-authored-by: BeebBeebBoob <[email protected]>
  • Loading branch information
LiquidPotroh and BeebBeebBoob authored Dec 25, 2023
1 parent 7940332 commit 7f823fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/antagonists/vampire/vampire_datum.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7f823fc

Please sign in to comment.