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