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
@@ -62,7 +62,12 @@
if(is_station_level(A.z))
A.req_access = list()
A.req_one_access = list()
GLOB.command_announcement.Announce("We have removed all access requirements on your station's airlocks. You can thank us later!", "Greetings!", 'sound/misc/notice2.ogg', , , "Space Wizard Federation Message")
GLOB.command_announcement.Announce(
message = "We have removed all access requirements on your station's airlocks. You can thank us later!",
new_title = "Greetings!",
new_sound = 'sound/misc/notice2.ogg',
from = "Space Wizard Federation Message"
)
else
..()
return