Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Jun 27, 2023
1 parent 8f7e751 commit 2b18601
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@

/datum/action/xeno_action/onclick/tacmap
name = "View Tactical Map"
action_icon_state = "tacmap"
action_icon_state = "toggle_queen_zoom"
ability_name = "view tacmap"

var/mob/living/carbon/xenomorph/queen/tracked_queen
Expand All @@ -499,7 +499,7 @@
if(!xeno.hive.living_xeno_queen.ovipositor)
hide_from(xeno)

handle_new_queen(new_queen = xeno)
handle_new_queen(new_queen = xeno.hive.living_xeno_queen)

/datum/action/xeno_action/onclick/tacmap/proc/handle_new_queen(datum/hive_status/hive, mob/living/carbon/xenomorph/queen/new_queen)
SIGNAL_HANDLER
Expand Down

0 comments on commit 2b18601

Please sign in to comment.