mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-14 19:01:38 +01:00
e0aabe5914
* talon uniform
* Talon update
* Update talon_v2.dmm
Playing
* Talon fix and a new Slogan!
* talon fax
* For admins set up talon company fax
+ paperworks can use [talogo]
* Add FAX word
* Talon seal addation
* Fix and Updating the Talon map
Regarding the Talon map, I brought it to the appearance of the Rogue Star. So that players on both servers feel as little strange as possible when playing on the same ship, even on different servers.
* Update talon_v2.dmm
bluespace
* Fixup maps in TGM format
a89e3f1f87: maps/offmap_vr/talon/talon_v2.dmm
Automatically commited by: tools\mapmerge2\fixup.py
* Update talon_v2.dm
* Update talon_v2.dm
* sprite fix
* Forgot to add a fix
Fix for stamp and logo for correct work
* Delete custom_items.txt
accidentally add that in PR, now rempve that
21 lines
726 B
Plaintext
21 lines
726 B
Plaintext
/datum/asset/simple/generic
|
|
assets = list(
|
|
"loading.gif" = 'html/images/loading.gif',
|
|
"ntlogo.png" = 'html/images/ntlogo.png',
|
|
"talonlogo.png" = 'html/images/talonlogo.png',
|
|
"sglogo.png" = 'html/images/sglogo.png',
|
|
"talisman.png" = 'html/images/talisman.png',
|
|
"paper_bg.png" = 'html/images/paper_bg.png',
|
|
"no_image32.png" = 'html/images/no_image32.png',
|
|
)
|
|
|
|
/datum/asset/simple/arcade
|
|
assets = list(
|
|
"boss1.gif" = 'icons/UI_Icons/Arcade/boss1.gif',
|
|
"boss2.gif" = 'icons/UI_Icons/Arcade/boss2.gif',
|
|
"boss3.gif" = 'icons/UI_Icons/Arcade/boss3.gif',
|
|
"boss4.gif" = 'icons/UI_Icons/Arcade/boss4.gif',
|
|
"boss5.gif" = 'icons/UI_Icons/Arcade/boss5.gif',
|
|
"boss6.gif" = 'icons/UI_Icons/Arcade/boss6.gif',
|
|
)
|