Skip to content

Commit

Permalink
Update code/datums/components/xeno/ai_behavior_overrides/build_overri…
Browse files Browse the repository at this point in the history
…de_behavior.dm

Co-authored-by: harryob <[email protected]>
  • Loading branch information
xDanilcusx and harryob authored Nov 25, 2023
1 parent a42973d commit cb3616d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@

processing_xeno.resting = FALSE

if(processing_xeno.loc?:density) // imagine putting droney in a bag
var/atom/xeno_loc = processing_xeno.loc
if(xeno_loc?.density) // imagine putting droney in a bag
return FALSE

var/turf/parent_turf = get_turf(parent)
Expand Down

0 comments on commit cb3616d

Please sign in to comment.