RimWorld

RimWorld

Lagless Lamps - C#
Targeting Abstract
How can I get the provided patch to work when the base def is an Abstract?

Some testing:
non-working def:
<ThingDef Name="DA_SepulchralBrazierBase" ParentName="BuildingBase" Abstract="True">

working def:
<ThingDef Name="BotchJob_ProfanedBrazier" ParentName="FurnitureBase">

is there any way to target the abstract one here:
<li Class="PatchOperationAdd"> <!--Adding an item that should never have its refuelable comp delayed--> <xpath>Defs/LaglessLamps.ForcedListDef[defName = "neverDelay"]/thingDefs</xpath> <value> <li>DA_SepulchralBrazierBase</li> </value> </li>

I am trying to get your mod to work with Dark Ages: Crypts & Tombs but it will not target the braiziers no matter how I define them