4
Fork 0

Removed single-use PriestHeal()

remove-levelsystem
Eddoursul 4 months ago
parent 93a5754c0c
commit 9ae92313ef
  1. BIN
      Skyrim.esm
  2. BIN
      scripts/_00e_questfunctions.pex
  3. BIN
      scripts/tif__000e03ca.pex
  4. 8
      source/scripts/_00e_questfunctions.psc
  5. 5
      source/scripts/tif__000e03ca.psc

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -184,14 +184,6 @@ Function ShowFailedMessage(String companionName = "Jespar")
EndFunction
Function PriestHeal()
{Called in dialoges with priests}
PlayerREF.RestoreActorValue("Health", PlayerREF.GetActorValue("Health"))
_00E_PriestCureDiseases.Cast(PlayerREF, PlayerREF)
EndFunction
Function SetAllowIdleChatter(bool bAllow = False)
if !bAllow

@ -6,11 +6,12 @@ Scriptname TIF__000E03CA Extends TopicInfo Hidden
Function Fragment_0(ObjectReference akSpeakerRef)
Actor akSpeaker = akSpeakerRef as Actor
;BEGIN CODE
Levelsystem.PriestHeal()
Actor PlayerREF = Game.GetForm(0x14) as Actor
_00E_PriestCureDiseases.Cast(PlayerREF, PlayerREF)
;END CODE
EndFunction
;END FRAGMENT
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
_00E_QuestFunctions Property Levelsystem Auto
Spell Property _00E_PriestCureDiseases Auto

Loading…
Cancel
Save