Skip to content

Commit

Permalink
let's clear some junk
Browse files Browse the repository at this point in the history
  • Loading branch information
xDanilcusx authored Oct 30, 2023
1 parent 0fd7c37 commit 2d7d7d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/modules/mob/living/carbon/xenomorph/ai/xeno_ai.dm
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ GLOBAL_LIST_INIT(ai_target_limbs, list(
if(get_active_hand())
swap_hand()

var/turf/target_turf = get_turf(current_target)
if(stat_check && GLOB.xeno_kidnapping)
if(pulling)
if(ai_move_hive(delta_time))
Expand All @@ -99,7 +98,7 @@ GLOBAL_LIST_INIT(ai_target_limbs, list(
ai_move_idle(delta_time)
return TRUE

if(get_dist(target_turf, src) <= 1)
if(get_dist(current_target, src) <= 1)
INVOKE_ASYNC(src, PROC_REF(start_pulling), current_target)
face_atom(current_target)
swap_hand()
Expand Down

0 comments on commit 2d7d7d4

Please sign in to comment.