Battle-Modders / mod-reforged

The main repository for the Battle Brothers Reforged mod.
14 stars 0 forks source link

[Bug] Faulty hook of the generator function onEvaluate from ai_attack_throw_net #541

Open Darxo opened 2 days ago

Darxo commented 2 days ago

In Reforged we hook the onEvaluate function of the class ai_attack_throw_net However that function is a squirrel generator. It returns a generator object.

image

So we need to adjust our hook or hooking

Darxo commented 2 days ago

Something like this will probably work

image