mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Various dev fixes (#575)
* Various Bug Fixes: Fixed: #537 Fixed: #474 Fixed: NL2BR for CCIA Actions/Records Fixed: CCIA Actions / Records not showing up on printed record
This commit is contained in:
@@ -525,7 +525,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
|
||||
query.Execute()
|
||||
|
||||
var/list/template_names = list()
|
||||
var/templates[] = list()
|
||||
var/list/templates = list()
|
||||
|
||||
while (query.NextRow())
|
||||
template_names += query.item[1]
|
||||
@@ -536,8 +536,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
|
||||
src << "<span class='notice'>There are no templates in the database.</span>"
|
||||
return
|
||||
|
||||
reporttitle = input(usr, "Please select a command report template.", "Create Command Report") in list(template_names)
|
||||
|
||||
reporttitle = input(usr, "Please select a command report template.", "Create Command Report") in template_names
|
||||
reportbody = templates[reporttitle]
|
||||
|
||||
if("Custom")
|
||||
|
||||
@@ -173,7 +173,7 @@
|
||||
usr << "\red [src.name] is already broadcasting a message."
|
||||
return
|
||||
usr << "\red [src.name]´s crowdcontrol activation sequence started"
|
||||
message = "Citizens stay calm. Stand back from the crimescense. Interference with the crimescene carries an automatice brig sentence."
|
||||
message = "Citizens stay calm. Stand back from the crime scene. Interference with the crime scene carries an automatic brig sentence."
|
||||
message_enabled = 1
|
||||
message_disable = 0
|
||||
play_message()
|
||||
|
||||
Reference in New Issue
Block a user