Skip to content

Tags: Vanilla-Expanded/VanillaExpandedFramework

Tags

170525

Toggle 170525's commit message
Fix for CompMakeOtherPawnsFlee with no Anomaly DLC

140525

Toggle 140525's commit message
Added CompScheduleActiveAtSunlightRange

It extends the vanilla CompSchedule (and should be compatible with stuff that checks for it, like `CompAmbientSound`).

On top of that, it should work with either of ticker types (but normal ticker will still re-check every 250 ticks like rare ticker).

The method `ShouldBeAllowed` is virtual, so other types extending this one can add extra checks if needed for anything.

120425

Toggle 120425's commit message
Fixed PipeSystem jobs

020425

Toggle 020425's commit message
Moved HiddenDesignatorsDef to the VE Framework

230325

Toggle 230325's commit message
allow mods to use LordJob_DefendBaseNoEat

310125

Toggle 310125's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #115 from SokyranTheDragon/fix-comp-shield-field-w…

…arning-spam-no-faction

Fix constant warning spam with CompShieldField caused by null HostFaction

150125

Toggle 150125's commit message
CompGlowerOnProcess for PipeSystem

070125

Toggle 070125's commit message
Added VEF_MTBLovinFactor stat

311224

Toggle 311224's commit message
Fixes to taps

171224

Toggle 171224's commit message
add PostGenerate