The information about items, relics, curses and companions is currently held in variables that are simply named $item1, $curse10 etc. As a result, when reading the code it's not immediately obvious which item, curse etc. is being referenced. We could rename them to for example $itemWater, $curseHeight etc.
I volunteer to implement the rename if @FloricSpacer agrees.
The information about items, relics, curses and companions is currently held in variables that are simply named
$item1,$curse10etc. As a result, when reading the code it's not immediately obvious which item, curse etc. is being referenced. We could rename them to for example$itemWater,$curseHeightetc.I volunteer to implement the rename if @FloricSpacer agrees.