Borgs now get alerted that someone's prying their cover (#3574)

## About The Pull Request

Fixes a reversion from fca806da0c, which
removed the balloon alert.

## Why It's Good For The Game

*beep :]

## Proof Of Testing

*no :[

## Changelog
🆑
fix: Cyborgs once more get an alert if their cover is being pried open.
/🆑
This commit is contained in:
Shadow-Quill
2025-04-21 18:53:02 +03:00
committed by GitHub
parent 24befb1ec7
commit 70529ce2bc
@@ -335,7 +335,7 @@ GLOBAL_LIST_INIT(blacklisted_borg_hats, typecacheof(list( //Hats that don't real
balloon_alert(user, "chassis cover locked!")
else
// BUBBER EDIT START
balloon_alert(user, "chassis cover opened")
balloon_alert_to_viewers("Cover Opening...", "Opening Cover...", SAMETILE_MESSAGE_RANGE)
if(!do_after(user, 0.5 SECONDS))
return FALSE
// BUBBER EDIT START