Updated henchman inventory

turned off their combat one-liners
and added treasure script to destroy itself 30s after closing
This commit is contained in:
EpicValor
2023-09-14 18:46:27 -05:00
parent 73e6fc3e79
commit 70cd1ac3e2
23 changed files with 485 additions and 920 deletions

View File

@@ -10,5 +10,5 @@ void main()
{
ExecuteScript("prc_onmodload", OBJECT_SELF);
ExecuteScript("x2_mod_def_load", OBJECT_SELF);
SetMaxHenchmen(3);
SetMaxHenchmen(2);
}