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