shrineGnisisRealMask
Morrowind.esm
Source
1Begin shrineGnisisRealMask
2
3if ( OnActivate == 0 )
4 Return
5endif
6
7Cast "shrine_gnisis_sp" Player
8
9if ( Player->GetSpell "HealingTouch_SP_uniq" == 0 )
10 Player->AddSpell "HealingTouch_SP_uniq"
11endif
12
13End