8 lines
117 B
Plaintext
8 lines
117 B
Plaintext
#include "hench_i0_equip"
|
|
|
|
void main()
|
|
{
|
|
ClearWeaponStates();
|
|
HenchEquipDefaultWeapons(OBJECT_SELF, TRUE);
|
|
}
|