mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-06 04:27:14 +08:00
Blink only happens on specified events
Now event objects must have a blink flag if they want to use the title blink. For starters, this is only global, outside, and room events.
This commit is contained in:
@@ -15,6 +15,7 @@ Events.Global = [
|
||||
_('say he should be strung up as an example.')
|
||||
],
|
||||
notification: _('a thief is caught'),
|
||||
blink: true,
|
||||
buttons: {
|
||||
'kill': {
|
||||
text: _('hang him'),
|
||||
|
||||
Reference in New Issue
Block a user