1
0
Fork 0
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:
chris 2022-02-03 21:35:42 -05:00
parent d989084dc4
commit 84c40e57ec

View file

@ -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);