So I am trying to make this alien that has a built in attack but can also use weapons. I managed to do it once and my soldier got auto-equipped but I haven't been able to do it again. There's a trick I can't figure it out.
I found that if I make a soldier living weapon
For example (in pseudorulecode yml)
MONSTER_SOLDIER
rank living soldier
living weapon
MONSTER_WEAPON
fixed true
The soldier gets the embedded weapon and is able to browse it's inventory and pick up or use items. Is just it's not autoequipped like all other soldiers.
Is there a way to force equip him?