Skip to content

Commit

Permalink
Fix Und-Vam starting longsword should be METAL
Browse files Browse the repository at this point in the history
  • Loading branch information
hatcatter committed Jul 21, 2023
1 parent 4411d27 commit d4cff1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/u_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -2243,6 +2243,9 @@ register struct trobj *origtrop;

if (obj->otyp == JACKET)
set_material(obj, LEATHER);

if (Race_if(PM_VAMPIRIC) && obj->otyp && obj->otyp == LONG_SWORD)
set_material(obj, METAL);
}
if (obj->otyp == STRIPED_SHIRT)
obj->cursed = TRUE;
Expand Down

0 comments on commit d4cff1c

Please sign in to comment.