mirror of
https://codeberg.org/noisytoot/notnotdnethack.git
synced 2025-07-28 00:12:23 +01:00
Add the gith weapon property to githyanki pirate weapons.
This commit is contained in:
parent
d989084dc4
commit
84c40e57ec
1 changed files with 1 additions and 0 deletions
|
@ -5199,6 +5199,7 @@ int faction;
|
|||
set_material_gm(otmp, SILVER);
|
||||
add_oprop(otmp, OPROP_PSIOW);
|
||||
add_oprop(otmp, OPROP_VORPW);
|
||||
add_oprop(otmp, OPROP_GSSDW);
|
||||
otmp->spe = 5;
|
||||
fix_object(otmp);
|
||||
(void) mpickobj(mtmp, otmp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue