mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Balloon alert improvements (#20798)
Updated balloon alerts with the latest changes from tgstation. Improvements include a new plane for them, and their duration changes depending on their length. Unfortunately, since they were added, they have been abused for really long text that is difficult to parse in-game (by myself included). Balloon alerts are useful, but they are not smoking guns and have limitations due to their lack of persistence. I have clamped down on their abuse in favor of the standard established by tgstation, [seen here](https://hackmd.io/0Cvr4hpcTe-KI6SbgfUWtw#balloon_alertballoon_alert_to_viewers). We lack updated runechat so I will not propose this be a fully implemented standard at this time, but I have cut down all existing balloon alerts to size.
This commit is contained in:
@@ -379,7 +379,7 @@
|
||||
return
|
||||
|
||||
if(is_open_container())
|
||||
balloon_alert(user, "the bottle was already open, you spill some on the floor...")
|
||||
balloon_alert(user, "already open! you spill some on the floor!")
|
||||
if(reagents.total_volume)
|
||||
src.reagents.remove_any(reagents.total_volume / 5)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user