javierriveracastro / betteroll-swade

A Better Rolls port for SWADE
GNU General Public License v3.0
15 stars 31 forks source link

Item Description includes could look at the notes section of an item so we don't have to duplicate into description. #675

Closed grendel111111 closed 4 months ago

grendel111111 commented 4 months ago

When using item_description_includes the details of a weapon used to be in the description. In the modules it now appears in the notes section of an item, for things like two handed, ignores shield etc. Can item_description_includes check the item notes as well so that we don't have to copy them over to the description each time. image

javierriveracastro commented 4 months ago

Sure, that should be easy and makes a lot of sense.

javierriveracastro commented 4 months ago

Done. Well kinda, I made it look into both notes and category.

grendel111111 commented 4 months ago

That's great thanks.