Skip to content

Commit

Permalink
same thing but it works?!?!?!?!?!
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Jul 20, 2023
1 parent 320ea04 commit 68a1804
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@
return

if(X.layer == XENO_HIDING_LAYER) //Xeno is currently hiding, unhide him
var/datum/action/hide_ability = get_xeno_action_by_type(X, /datum/action/xeno_action/onclick/xenohide)
if(hide_ability)
hide_ability.post_attack()
var/datum/action/xeno_action/onclick/xenohide/hide = get_xeno_action_by_type(X, /datum/action/xeno_action/onclick/xenohide)
if(hide)
hide.post_attack()

if(isravager(X))
X.emote("roar")
Expand Down

0 comments on commit 68a1804

Please sign in to comment.