Do not disable god mode on wishing well init and Kurmai's reappearance
This commit is contained in:
parent
acb1326376
commit
4fd11efe0a
Binary file not shown.
Binary file not shown.
@ -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)
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user