Skip to content

Commit

Permalink
Update queen_powers.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamerdk committed Jun 24, 2023
1 parent 807387b commit 21af7ad
Showing 1 changed file with 0 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -472,22 +472,6 @@
user_xeno.hive.banished_ckeys.Remove(banished_name)
return ..()

/datum/action/xeno_action/activable/secrete_resin/remote/queen/use_ability(atom/A)
. = ..()
if(!.)
return

if(!boosted)
return
var/mob/living/carbon/xenomorph/X = owner
var/datum/hive_status/HS = X.hive
if(!HS || !HS.hive_location)
return
// 5 screen radius
if(get_dist(A, HS.hive_location) > 35)
// Apply the normal cooldown if not building near the hive
apply_cooldown_override(initial(xeno_cooldown))

/datum/action/xeno_action/onclick/eye
name = "Enter Eye Form"
action_icon_state = "queen_eye"
Expand Down

0 comments on commit 21af7ad

Please sign in to comment.