Less Proper Possession

Less Proper Possession

Assorted improvements to the Possessor class, forked by mannendake. Specifically, this fork only prevents in-combat healing and changes cannibalize to a similar "overcharge" talent that does not require bodies, so body management becomes a tactical rather than strategic decision.


See addon usage in the character's vault.
0
Your rating: None
Name Module Version Required Released File
fixed body count not healing to max 1.7.0 2022-10-22 09:23
tome-possessor_fixes_bamboo.teaa
probably fixed something 1.7.0 2022-10-22 08:50
tome-possessor_fixes_bamboo.teaa
revamp 1.7.0 2022-10-22 08:25
tome-possessor_fixes_bamboo.teaa
initial release 1.7.0 2022-08-22 08:52
tome-possessor_fixes_bamboo.teaa

Bug when corporating with Adventurer Party

I got the following error message when playing with both MODs. My main character is a possessor and when I created a new party member who is not a possessor, the game poped up an error window.

Lua Error: /data-possessor_fixes_bamboo/modify_cannibalize.lua:33: attempt to call method 'spotHostiles' (a nil value)

  At [C]:-1 spotHostiles
  At /data-possessor_fixes_bamboo/modify_cannibalize.lua:33 
  At /engine/interface/ActorTalents.lua:1222 callTalent
  At /mod/class/Actor.lua:6206 fireTalentCheck
  At /mod/class/Actor.lua:798 act
  At /mod/class/NPC.lua:68 act
  At /engine/GameEnergyBased.lua:129 tickLevel
  At /engine/GameEnergyBased.lua:64 tick
  At /engine/GameTurnBased.lua:51 tick
  At /mod/class/Game.lua:1582 

I certainly understand that it is not really your problem but could you maybe take a look into it? Thanks.

Personally I feel a simple check like 'if self.spotHostiles shall be able to fix the problem?