Edern76 / DementiaRL

A WIP roguelike written with Python3/TDL set in a dark-fantasy universe.
Other
8 stars 3 forks source link

Tweaked the item system and added various targeting options #17

Closed Edern76 closed 7 years ago

Edern76 commented 7 years ago

Item now allow arguments to be passed to their useFunctions and the item spawning system has been organized into categories (the probabilities of each category spawning have been altered for testing purposes, but should be changed since they aren't balanced at all. You can now target a tile or a monster. However, closing the game window now sometimes result in the targeting function being called, see Issues.