Gvin / CodeMagic

A small ASCII Roguelike RPG with magic based on physics + programming.
GNU General Public License v3.0
2 stars 1 forks source link

Implement Poison Status #110

Open Gvin opened 4 years ago

Gvin commented 4 years ago

Implement Poison creature status. It should slowly (1 point at a turn) decrease creature's health until lifetime is over. Only creatures can be poisoned (not just all destroyables). Also implement poison potion.