Skip to content

Commit

Permalink
Give default weapon Dark Breath to Demon Dargon
Browse files Browse the repository at this point in the history
  • Loading branch information
laqieer committed Aug 19, 2024
1 parent a33ab7b commit 4b27435
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/unit.c
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,10 @@ void GiveUnitDefaultWeapons(struct Unit * unit)
UnitAddItem(unit, CreateItem(IID_DIVINESTONE));
break;

case JID_DEMONDRAGON:
UnitAddItem(unit, CreateItem(IID_DARKBREATH));
break;

default:
for (int i = 0; i < UNIT_WEAPON_EXP_COUNT; ++i)
{
Expand Down

0 comments on commit 4b27435

Please sign in to comment.