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:
11
_module/nss/deity_shiftalign.nss
Normal file
11
_module/nss/deity_shiftalign.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "deity_include"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
string sDeity = GetDeity(OBJECT_SELF);
|
||||
|
||||
SetLocalString(oPC,"Deity",sDeity);
|
||||
|
||||
Align_Shift(oPC);
|
||||
}
|
Reference in New Issue
Block a user