Tweaked some undead

Tweaked some undead.
Added some map pins.
Full compile.
This commit is contained in:
Jaysyn904
2025-05-05 21:05:20 -04:00
parent 160e854d09
commit fbe69c466d
20 changed files with 333 additions and 39 deletions

View File

@@ -9,6 +9,6 @@ void main()
if (GetIsObjectValid(oCreature) == TRUE && GetIsPC(oCreature) == TRUE)
{
ApplyEffectToObject(DURATION_TYPE_TEMPORARY, EffectCurse(), oCreature, 90.0f);
SendMessageToPC(oCreature, "The very air you breath in these catacombs is cursed.");
SendMessageToPC(oCreature, "The very air you breathe in these catacombs is cursed.");
}
}