Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
9 lines
150 B
Plaintext
9 lines
150 B
Plaintext
#include "deity_include"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
SetLocalString(oPC,"Deity",GetDeity(oPC));
|
|
Create_HolySymbol(oPC);
|
|
}
|