PRC8 content update

PRC8 content update.  Full compile.  Updated release archive.
This commit is contained in:
Jaysyn904
2024-12-27 00:46:22 -05:00
parent d91e28c9da
commit ea2dde8d5a
74 changed files with 384 additions and 372 deletions

View File

@@ -6,7 +6,7 @@ if (GetIsPC(oPC)) {
int currHP = GetCurrentHitPoints(oPC);
int maxHP = GetMaxHitPoints(oPC);
if(currHP < maxHP) {
ActionCastSpellAtObject(SPELL_HEAL, oPC, METAMAGIC_ANY, 0, 0, PROJECTILE_PATH_TYPE_DEFAULT, TRUE);
ActionCastSpellAtObject(SPELL_GREATER_RESTORATION, oPC, METAMAGIC_ANY, TRUE, 0, PROJECTILE_PATH_TYPE_DEFAULT, TRUE);
SpeakString("There you go!", 5);
} else {
SpeakString("But, you don't need healing... I'm sorry. See me again when you need some healing.", 5);