2026/01/12 Update 2
Fixed Hidden Talent. Potions are usable w/ Tenser's Transformation. Defaulted to Fire damage for Dragon breath. Corrected Dragonfire Channeling TLK entry.
This commit is contained in:
@@ -40,7 +40,7 @@ void ActivateBreath(int nSpellLevel, object oPC = OBJECT_SELF)
|
||||
//if none left, exit
|
||||
if(!bCanUse) return;
|
||||
|
||||
int nDamageType;
|
||||
int nDamageType = DAMAGE_TYPE_FIRE;
|
||||
struct breath DracBreath;
|
||||
|
||||
//Acid
|
||||
|
||||
Reference in New Issue
Block a user