Skip to content

Commit

Permalink
Merge branch 'spec' of https://github.com/BrotherHangyul/Big-Iron int…
Browse files Browse the repository at this point in the history
…o spec
  • Loading branch information
BrotherHangyul committed Nov 11, 2023
2 parents 9cdb093 + 422d572 commit ca4063f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__HELPERS/roundend.dm
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
var/list/publisher = list("Oasis Publishing","Brotherhood News","Mojave Publishing","FEV News")
//tell the nice people on discord what went on before the salt cannon happens.
// send2chat sending the new round ping off
send2chat(" <@&922230570791108628> ", CONFIG_GET(string/discord_channel_serverstatus))
send2chat(" <@&1076394364231753788> ", CONFIG_GET(string/discord_channel_serverstatus))
world.TgsTargetedChatBroadcast("The current round has ended. Please standby for your [pick(publisher)] report!", FALSE)
//lonestar edit. i'm adding a timer here because i'm tired of the messages being sent out of order
addtimer(CALLBACK(src, .proc/send_roundinfo), 3 SECONDS)
Expand Down

0 comments on commit ca4063f

Please sign in to comment.