hyvanmielenpelit / GnollHack

Rogue-like game based on NetHack
Other
57 stars 7 forks source link

Spell "Mass Create Dracolich" does not work #2072

Closed NeroOneTrueKing closed 2 months ago

NeroOneTrueKing commented 2 months ago

All the obj->corpsenm (which is referencing the spellbook) should be sobj->corpsenm (referencing the item in the fobj chain)

https://github.com/hyvanmielenpelit/GnollHack/blob/4764c7d2b6d3ebb3efd823943b5110108a835f46/src/zap.c#L5535-L5567

janne-hmp commented 2 months ago

Fixed.