From a72dd6611e41b529a621f277087d646c8ae5aa73 Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Tue, 19 Dec 2023 06:09:24 +0100 Subject: [PATCH] Removed outdated script _FS_Phasmalist_AffinityControlQuest --- Enderal - Forgotten Stories.esm | Bin 10858453 -> 10858413 bytes SKSE/Plugins/EnderalSE.dll | 2 +- .../_fs_phasmalist_affinitycontrolquest.pex | Bin 960 -> 0 bytes source/Enderal DLL/src/Util.h | 3 --- .../_fs_phasmalist_affinitycontrolquest.psc | 17 ----------------- 5 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 scripts/_fs_phasmalist_affinitycontrolquest.pex delete mode 100644 source/scripts/_fs_phasmalist_affinitycontrolquest.psc diff --git a/Enderal - Forgotten Stories.esm b/Enderal - Forgotten Stories.esm index f4c56317e0ec314012d85e78502addea44b438ea..5fd023b5cf2ab384f244b509c9b2de9e365df3ea 100644 GIT binary patch delta 416 zcmWN=M{~?^007WrV?~J)UGzu@61_#QL5Lo`chMy}E7oIm5&Tz=ddL{F7c+ZuF?)7% zM$~SvHq> z-tsHIAzhz{stf-W#q(l$vGmtuRFVCWh;jv~_GA>M!x!Pp@KyLad=tJ6--T`A`|v~f PG5i#M&bBANR95{5nkBcG delta 450 zcmWN=*H_JP008h`rDR+ytFn_>_R7l4rX-u|B0^b}EtL-;BjH|q=F#amr*nFDdgaZt zf5rE6&gaL!Wai(nS(|Nqq8((kM9KguO=0G|(Ek6yvCf9d&?1<|HAcNPsfvI7cX9pPx=!$gr|O#`RQK>Eg(S-`D`G# zVPnX&r>SPp97-+our(G#ny`_iA=DN;44Hs78bhwR6f}matpUD`&%E)-ow_|TVv#11 zRAfejPiv||lF=0-flN}W`HaU{f3G!NFcK|AU@#ex5z&~CafrH*k%e*07!xFsD;5$h zNkZp5AS{Ylpl=K`O{ub_5L%Goah9S)(fEog#ieprOz3Qc<70v;c;ff_t{LlQmcDme z@0~*jnM*tIf6Pb!ncr=cXsdZzaWRME%c3!CifW>mUMg(TbQmm^!g5Gv2VEZw@-bK5 zNWtLbwl7_xG&62baMerQ(xXn?UBhN44^_QPe#>?SA$y`bkn57LW04-?ZuWjF5*n@rh zmY@nybMku(zn~6{!cww&yJ*9X{kJGXErB82JkFtmurl0%yLrxmd#G^WKBmeY2M!!~ zfGb{ new ScriptVersionCallback("_00E_QuestFunctions", 1) }; - RE::BSTSmartPointer{ - new ScriptVersionCallback("_00E_Game_SkillmenuSC", 1) - }; RE::BSTSmartPointer{ new ScriptVersionCallback("_00E_Theriantrophist_AlchemyControl", 1) }; diff --git a/source/scripts/_fs_phasmalist_affinitycontrolquest.psc b/source/scripts/_fs_phasmalist_affinitycontrolquest.psc deleted file mode 100644 index 3a9cd650..00000000 --- a/source/scripts/_fs_phasmalist_affinitycontrolquest.psc +++ /dev/null @@ -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