mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user