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/vamp_on_exit.nss
Normal file
6
_module/nss/vamp_on_exit.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void vamp_on_exit()
|
||||
{
|
||||
object oPC = GetExitingObject();
|
||||
object oCoffin = GetObjectByTag(GetPCPublicCDKey(oPC));
|
||||
DestroyObject(oCoffin, 1.0f);
|
||||
}
|
Reference in New Issue
Block a user