Changed folder name.
Changed folder name.
This commit is contained in:
8
_module/nss/culttakegold1.nss
Normal file
8
_module/nss/culttakegold1.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int hd = GetHitDice(oPC) *(GetHitDice(oPC)/2);
|
||||
int cost = hd * 150;
|
||||
TakeGoldFromCreature(cost, oPC, TRUE);
|
||||
AdjustAlignment(oPC, ALIGNMENT_CHAOTIC, 50);
|
||||
}
|
Reference in New Issue
Block a user