4
Fork 0

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

development
Eddoursul 3 months ago
parent acb1326376
commit 4fd11efe0a
  1. BIN
      scripts/_00e_mq13c_functions.pex
  2. BIN
      scripts/_00e_wishingwell_failsavesc.pex
  3. 1
      source/scripts/_00e_mq13c_functions.psc
  4. 1
      source/scripts/_00e_wishingwell_failsavesc.psc

Binary file not shown.

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

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

Loading…
Cancel
Save