8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
// Chaotic experience points for robbing
|
|
#include "hos_alignment"
|
|
void main()
|
|
{
|
|
object oPC=GetLastDisturbed();
|
|
AdjustAlignmentPartyProtected(oPC,ALIGNMENT_CHAOTIC,5);
|
|
}
|