Files
HeroesStone_PRC8/_module/nss/s_genlootmed.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

15 lines
201 B
Plaintext

/*
s_genlootmed - generate loot: medium
*/
#include "X_O2_CONINCLUDE"
void main()
{
SetLocalInt(OBJECT_SELF, GT_TREASURE_TABLE, TREASURE_MEDIUM);
ExecuteScript(SCRIPT_GENLOOT, OBJECT_SELF);
}