hopefully fixed the no death panel problem

The rest were creature and area changes I got around to doing
This commit is contained in:
EpicValor
2023-09-06 17:57:36 -05:00
parent 49aab355dd
commit 80bc1e0c92
42 changed files with 3282 additions and 2447 deletions

View File

@@ -9,5 +9,5 @@
void main()
{
ExecuteScript("prc_ondeath", OBJECT_SELF);
//ExecuteScript("_ondeath", OBJECT_SELF);
ExecuteScript("_ondeath", OBJECT_SELF);
}