9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
|
#include "hos1_inc_were"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oItem=GetItemActivated();
|
||
|
object oPC=GetItemActivator();
|
||
|
LycanthropyShift(oPC);
|
||
|
}
|