Areas and Fixes
Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
This commit is contained in:
6
_module/nss/dealdmgsmalloex.nss
Normal file
6
_module/nss/dealdmgsmalloex.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
// OnExit
|
||||
void main()
|
||||
{
|
||||
object oPC = GetExitingObject();
|
||||
DeleteLocalInt(oPC, "DAMAGE_PC");
|
||||
}
|
||||
Reference in New Issue
Block a user