mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
Declaration Fix (#15321)
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
if(!check_allowed(user) || !war_declaration)
|
||||
return
|
||||
|
||||
GLOB.event_announcement.Announce(war_declaration, "Declaration of War", 'sound/effects/siren.ogg')
|
||||
GLOB.event_announcement.Announce(war_declaration, "Declaration of War", 'sound/effects/siren.ogg', msg_sanitized = TRUE)
|
||||
|
||||
to_chat(user, "You've attracted the attention of powerful forces within the syndicate. A bonus bundle of telecrystals has been granted to your team. Great things await you if you complete the mission.")
|
||||
to_chat(user, "<b>Your bonus telecrystals have been split between your team's uplinks.</b>")
|
||||
|
||||
Reference in New Issue
Block a user