4
Fork 0

Removed outdated script _FS_Phasmalist_AffinityControlQuest

remove-levelsystem
Eddoursul 4 months ago
parent f7c3f19385
commit a72dd6611e
  1. BIN
      Enderal - Forgotten Stories.esm
  2. BIN
      SKSE/Plugins/EnderalSE.dll
  3. BIN
      scripts/_fs_phasmalist_affinitycontrolquest.pex
  4. 3
      source/Enderal DLL/src/Util.h
  5. 17
      source/scripts/_fs_phasmalist_affinitycontrolquest.psc

Binary file not shown.

BIN
SKSE/Plugins/EnderalSE.dll (Stored with Git LFS)

Binary file not shown.

@ -110,9 +110,6 @@ inline void CheckScriptVersions()
RE::BSTSmartPointer<ScriptVersionCallback>{
new ScriptVersionCallback("_00E_QuestFunctions", 1)
};
RE::BSTSmartPointer<ScriptVersionCallback>{
new ScriptVersionCallback("_00E_Game_SkillmenuSC", 1)
};
RE::BSTSmartPointer<ScriptVersionCallback>{
new ScriptVersionCallback("_00E_Theriantrophist_AlchemyControl", 1)
};

@ -1,17 +0,0 @@
Scriptname _FS_Phasmalist_AffinityControlQuest extends Quest
{ OBSOLETE. Left for backward save compatibility.
The functions of the old code have been moved to magic effects of the apparition ability. }
_00E_FS_Affinity_SpectralWarriorSC spectralWarriorEventsListener
_00E_FS_Affinity_RitualistSC ritualistEventsListener
Function OnGameLoad()
If spectralWarriorEventsListener
spectralWarriorEventsListener.OnLoadGame()
spectralWarriorEventsListener = None
EndIf
If ritualistEventsListener
ritualistEventsListener.OnLoadGame()
ritualistEventsListener = None
EndIf
EndFunction
Loading…
Cancel
Save