mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +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")
|
||||
|
||||
Reference in New Issue
Block a user