Minor error in SGdungbeetle.lua


Recommended Posts

I happened to stumble upon an error in the stategraphs\SGdungbeetle.lua code while working on a mod. In DLC0003\scripts\stategraphs\SGdungbeetle.lua on line 745:

return StateGraph("rabbit", states, events, "idle", actionhandlers)

which technically should be:

return StateGraph("dungbeetle", states, events, "idle", actionhandlers)

 

The current implementation makes it almost impossible to edit/modify the dungbeetle stategraph component through the use of AddStategraphPostInit and etc.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.