mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-31 18:02:26 +01:00
If generic drow matrons have shields, those shields are shadowsteel
This commit is contained in:
parent
9b74872b0e
commit
87930bd4b6
1 changed files with 2 additions and 1 deletions
|
@ -1498,7 +1498,8 @@ int faction;
|
|||
otmp->ovar1 = rnd(3);
|
||||
(void) mpickobj(mtmp, otmp);
|
||||
(void)mongets(mtmp, DROVEN_SHORT_SWORD, mkobjflags);
|
||||
(void)mongets(mtmp, KITE_SHIELD, mkobjflags);
|
||||
otmp = mongets(mtmp, KITE_SHIELD, mkobjflags);
|
||||
set_material_gm(otmp, SHADOWSTEEL);
|
||||
}
|
||||
(void)mongets(mtmp, DROVEN_CROSSBOW, mkobjflags);
|
||||
m_initthrow(mtmp, DROVEN_BOLT, 24, mkobjflags);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue