Do not disable god mode on wishing well init and Kurmai's reappearance

This commit is contained in:
Eddoursul 2024-01-17 04:10:11 +01:00
parent acb1326376
commit 4fd11efe0a
4 changed files with 0 additions and 2 deletions

Binary file not shown.

View File

@ -99,7 +99,6 @@ EndFunction
Function StartSC02() Function StartSC02()
Debug.SetGodMode(0)
akSteelbird = MQ13c_SC03_SteelbirdREF as Actor akSteelbird = MQ13c_SC03_SteelbirdREF as Actor
akSteelbird.Enable() akSteelbird.Enable()
akSteelbird.SetGhost(True) akSteelbird.SetGhost(True)

View File

@ -5,7 +5,6 @@ Scriptname _00E_WishingWell_FailsaveSC extends ObjectReference
Event OnInit() Event OnInit()
Debug.SetGodMode(False)
Self.BlockActivation(True) Self.BlockActivation(True)
EndEvent EndEvent