Fix runtimes caused by proc signature change. (#19464)

This commit is contained in:
warriorstar-orion
2022-10-23 13:23:35 -04:00
committed by GitHub
parent 574b012505
commit 6cc02b58cc
2 changed files with 12 additions and 2 deletions
+6 -1
View File
@@ -640,7 +640,12 @@ Traitors and the like can also be revived with the previous role mostly intact.
if("Yes")
var/beepsound = input(usr, "What sound should the announcement make?", "Announcement Sound", "") as anything in MsgSound
GLOB.command_announcement.Announce(input, customname, MsgSound[beepsound], , , type)
GLOB.command_announcement.Announce(
message = input,
new_title = customname,
new_sound = MsgSound[beepsound],
from = type
)
print_command_report(input, customname)
if("No")
//same thing as the blob stuff - it's not public, so it's classified, dammit