ISOR3X / pawn-editor

5 stars 5 forks source link

Add support for health hediffClass that inherit Hediff_Level #106

Open HugKitten opened 7 months ago

HugKitten commented 7 months ago

Implants like the one from the mod below, will not show as a leveled implant, and thus not allow you to change the level. This is because the hediffClass ArchotechPlus.Hediff_LevelWithComps is used, which is a class that inherits Hediff_Level. The mod does not recognize inherited classes as a Hediff_Level, when it probably should. Thanks!

https://steamcommunity.com/sharedfiles/filedetails/?id=2270493883

HugKitten commented 7 months ago

Just found out that it inherits HediffWithComps for some reason, so the issue is more on the mod author. I'll leave this open for now, but I'll close it when the author fixes it.