Skip to content

Commit

Permalink
Update abilities_hunter.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 committed Dec 24, 2024
1 parent 60196ab commit 58afef3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
return FALSE
var/mob/living/carbon/xenomorph/stealthy_beno = owner
if(stealthy_beno.on_fire)
owner.balloon_alert(stealthy_beno, "Cannot enter Stealth!")
if(!silent)
owner.balloon_alert(stealthy_beno, "Cannot enter Stealth!")
return FALSE
return TRUE

Expand Down

0 comments on commit 58afef3

Please sign in to comment.