Skip to content

Commit

Permalink
Update xenomorph.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Helg2 committed Jul 28, 2024
1 parent 1ae2c43 commit 3a90ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/xenomorph/xenomorph.dm
Original file line number Diff line number Diff line change
Expand Up @@ -479,11 +479,11 @@ Returns TRUE when loc_weeds_type changes. Returns FALSE when it doesn’t change

if(resting)
if(!COOLDOWN_CHECK(src, xeno_resting_cooldown))
balloon_alert(src, "Too soon to get up!")
balloon_alert(src, "Too soon!")
return

if(!COOLDOWN_CHECK(src, xeno_unresting_cooldown))
balloon_alert(src, "Too soon to rest again!")
balloon_alert(src, "Wait a bit!")
return
return ..()

Expand Down

0 comments on commit 3a90ab7

Please sign in to comment.