RimWorld

RimWorld

GaussWeapons (Continued)
3 Comments
RedCloud53 18 Sep @ 8:11am 
Im experiencing an issue where shots from gauss weapons immediately become old wounds. Its pretty annoying since they dont cause any bleeding and permanently maim pawns who get hit by them.
Zaljerem  [author] 29 Jun @ 3:29pm 
Thanks, will fix ASAP.
moo 29 Jun @ 3:26pm 
Hi. Your mod needs updating for the 1.6 updates to the VEF namespaces

Could not find type named VFECore.ThingDefExtension from node <li Class="VFECore.ThingDefExtension"><usableWithShields>true</usableWithShields></li>
Exception loading list element Verse.DefModExtension from XML: System.MissingMethodException: Default constructor not found for type Verse.DefModExtension
[Ref 49C0FF46] Duplicate stacktrace, see ref for original
XML:
<modExtensions><li Class="VFECore.ThingDefExtension"><usableWithShields>true</usableWithShields></li></modExtensions>

---

Should be changed to the format of
<li Class="VEF.Things.ThingDefExtension">
<usableWithShields>true</usableWithShields>
</li>