This commit is contained in:
Ghommie
2019-06-10 00:35:57 +02:00
parent 79c4ce502e
commit b4ccfe078a
2 changed files with 14 additions and 8 deletions
-8
View File
@@ -269,14 +269,6 @@ GLOBAL_LIST_INIT(pda_styles, list(MONO, VT, ORBITRON, SHARE))
GLOBAL_LIST_INIT(pda_reskins, list(PDA_SKIN_CLASSIC = 'icons/obj/pda.dmi', PDA_SKIN_ALT = 'icons/obj/pda_alt.dmi', PDA_SKIN_RUGGED = 'icons/obj/pda_rugged.dmi'))
//pda icon overlays list defines
#define PDA_OVERLAY_ALERT 1
#define PDA_OVERLAY_SCREEN 2
#define PDA_OVERLAY_ID 3
#define PDA_OVERLAY_ITEM 4
#define PDA_OVERLAY_LIGHT 5
#define PDA_OVERLAY_PAI 6
//Color Defines
#define OOC_COLOR "#002eb8"
#define AOOC_COLOR "#b8002e"