Bedshaped's Best Bugfixes #1 (#654)

Fixes #505 (again)
Fixes #626 
Fixes #647 
Resolves #509
This commit is contained in:
Bedshaped
2016-08-02 19:47:37 +01:00
committed by skull132
parent eba855d423
commit f0df1746f8
7 changed files with 32 additions and 9 deletions

View File

@@ -559,9 +559,11 @@ Traitors and the like can also be revived with the previous role mostly intact.
C.messagetext.Add(P.info)
if (reporttype == "Template")
reporter = sanitizeSafe(input(usr, "Please enter your CCIA name. (blank for no sender)", "Name") as text|null)
reporter = sanitizeSafe(input(usr, "Please enter your CCIA name. (blank for CCIAAMS)", "Name") as text|null)
if (reporter)
reportbody += "\n\n- [reporter], Central Command Internal Affairs Agent, [commstation_name()]"
else
reportbody += "\n\n- CCIAAMS, [commstation_name()]"
switch(alert("Should this be announced to the general population?",,"Yes","No"))
if("Yes")