Skip to content

Commit

Permalink
Yes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Jul 18, 2023
1 parent 596615c commit b0001f9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions code/modules/mob/living/carbon/xenomorph/Xenomorph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,10 @@
var/agility = FALSE
var/ripping_limb = FALSE
var/steelcrest = FALSE
// Related to zooming out (primarily queen and boiler)
var/devour_timer = 0 // The world.time at which we will regurgitate our currently-vored victim
var/extra_build_dist = 0 // For drones/hivelords. Extends the maximum build range they have
/// The world.time at which we will regurgitate our currently-vored victim
var/devour_timer = 0
/// For drones/hivelords. Extends the maximum build range they have
var/extra_build_dist = 0
/// tiles from self you can plant eggs.
var/egg_planting_range = 1
var/can_stack_builds = FALSE
Expand Down

0 comments on commit b0001f9

Please sign in to comment.