2026/04/26 Morning Update

Fixed Weapon of Choice: Scythe typo in iprp_feats.2da.
Fixed Chaos Dragon breath not randomizing.
This commit is contained in:
Jaysyn904
2026-04-26 09:03:11 -04:00
parent f2fae74d01
commit dd038b659b
2 changed files with 27006 additions and 27006 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -205,11 +205,11 @@ void main()
//Affects damage, saving throw, and impact visual.
switch(Random(5))
{
case 0: DBREED = DAMAGE_TYPE_COLD;
case 1: DBREED = DAMAGE_TYPE_ACID;
case 2: DBREED = DAMAGE_TYPE_FIRE;
case 3: DBREED = DAMAGE_TYPE_SONIC;
case 4: DBREED = DAMAGE_TYPE_ELECTRICAL;
case 0: DBREED = DAMAGE_TYPE_COLD; break;
case 1: DBREED = DAMAGE_TYPE_ACID; break;
case 2: DBREED = DAMAGE_TYPE_FIRE; break;
case 3: DBREED = DAMAGE_TYPE_SONIC; break;
case 4: DBREED = DAMAGE_TYPE_ELECTRICAL; break;
}
}