8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
|
#include "pcinclude"
|
||
|
#include "thes_inc"
|
||
|
void main()
|
||
|
{
|
||
|
MassBountyTurnIn(GetPCSpeaker(), "WildlingScalp", 50, 50);
|
||
|
}
|
||
|
|