Files
Anphillia_PRC8/_module/nss/lycan_cfg.nss
Jaysyn904 28cdb617b3 Initial commit
Adding all of the current content for Anphillia Unlimited.
2024-01-04 07:49:38 -05:00

14 lines
571 B
Plaintext

/************************************************************************
* script name : lycan_cfg
* created by : eyesolated
* date : 2018/7/10
*
* description : Central configuration file for Lycanthropy system
************************************************************************/
const string LYCAN_VAR_NIGHT_TURNINTO = "lycan_night_resref";
const string LYCAN_VAR_DAY_TURNINTO = "lycan_day_resref";
const int LYCAN_TURNINTO_NIGHT = 0;
const int LYCAN_TURNINTO_DAY = 1;