Skip to content

Commit

Permalink
Fixes hunter being constantly told that he's unable to stealth while …
Browse files Browse the repository at this point in the history
…being on fire. (#871)

Update abilities_hunter.dm
  • Loading branch information
Helg2 authored Dec 26, 2024
1 parent 5e30390 commit 5ddd291
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 5ddd291

Please sign in to comment.