Adding more logos to Pencode (#6755)

As title says this PR adds extra 6 logos to penwriting.

Added new paper logos for:

    [logo_nt] - Regular NT logo

    [logo_nt_small] - Small size NT logo

    [log_zh] - Zeng-Hu, [logo_idris] - Idris

    [logo_eridani] - Eridani

    [logo_necro] - Necropolis

    [logo_hp] - Hephaestus Industries.

    [logo_be] - Beisel
This commit is contained in:
Mykhailo Bykhovtsev
2019-07-23 14:18:47 +03:00
committed by Erki
parent 38e4b5d77b
commit 84ebc24580
11 changed files with 67 additions and 5 deletions
+8 -1
View File
@@ -184,7 +184,14 @@ var/list/asset_datums = list()
"barcode1.png" = 'html/images/barcode1.png',
"barcode2.png" = 'html/images/barcode2.png',
"barcode3.png" = 'html/images/barcode3.png',
"ntlogo.png" = 'html/images/ntlogo.png'
"ntlogo.png" = 'html/images/ntlogo.png',
"ntlogo_small.png" = 'html/images/ntlogo_small.png',
"zhlogo.png" = 'html/images/zhlogo.png',
"idrislogo.png" = 'html/images/idrislogo.png',
"eridanilogo.png" = 'html/images/eridanilogo.png',
"necrologo.png" = 'html/images/necrologo.png',
"hplogo.png" = 'html/images/hplogo.png',
"belogo.png" = 'html/images/belogo.png'
)
/datum/asset/simple/changelog