Skip to content

Commit

Permalink
Queen, Boiler, and Bull can now use their long range vision while res…
Browse files Browse the repository at this point in the history
…ting (#16316)

Co-authored-by: Tempolx <[email protected]>
Co-authored-by: Temploxe <[email protected]>
  • Loading branch information
3 people authored Jul 11, 2024
1 parent 8a849c3 commit d71270d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ GLOBAL_LIST_INIT(boiler_glob_image_list, list(
keybinding_signals = list(
KEYBINDING_NORMAL = COMSIG_XENOABILITY_LONG_RANGE_SIGHT,
)
use_state_flags = ABILITY_USE_LYING
/// The offset in a direction for zoom_in
var/tile_offset = 5
/// The size of the zoom for zoom_in
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@
keybinding_signals = list(
KEYBINDING_NORMAL = COMSIG_XENOABILITY_TOGGLE_QUEEN_ZOOM,
)
use_state_flags = ABILITY_USE_LYING


/datum/action/ability/xeno_action/toggle_queen_zoom/action_activate()
Expand Down
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/xenomorph/xenoprocs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@


/mob/living/carbon/xenomorph/proc/zoom_in(tileoffset = 5, viewsize = 12)
if(stat || resting)
if(stat)
if(xeno_flags & XENO_ZOOMED)
zoom_out()
return
Expand Down

0 comments on commit d71270d

Please sign in to comment.