diff options
author | Asheraf <acheraf1998@gmail.com> | 2019-11-04 17:00:12 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2019-11-06 17:13:37 +0100 |
commit | 76ccfbd19e9cb96fdfd0627f1a8f6493ed960c0b (patch) | |
tree | 44f2bc189a14c437d9360f6d27382cf7d4c2fa2f /db | |
parent | 857650c4f58d347455b0d075b49a53f69e6d0c51 (diff) | |
download | hercules-76ccfbd19e9cb96fdfd0627f1a8f6493ed960c0b.tar.gz hercules-76ccfbd19e9cb96fdfd0627f1a8f6493ed960c0b.tar.bz2 hercules-76ccfbd19e9cb96fdfd0627f1a8f6493ed960c0b.tar.xz hercules-76ccfbd19e9cb96fdfd0627f1a8f6493ed960c0b.zip |
Add support for defining status icons in the sc config
Diffstat (limited to 'db')
-rw-r--r-- | db/sc_config.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/sc_config.conf b/db/sc_config.conf index 12b0e2293..abc73e793 100644 --- a/db/sc_config.conf +++ b/db/sc_config.conf @@ -43,6 +43,7 @@ SC_TYPE: { NoMadoReset: (bool) SC cannot be reset when MADO Gear is taken off. NoAllReset: (bool) SC cannot be reset by 'sc_end SC_ALL' and status change clear. } + Icon: (string, defaults to SI_BLANK) The status icon attached to the SC } **************************************************************************/ SC_PROVOKE: { |