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

[Spell] Implement CreateStone Spell Action #61

Closed Gvin closed 5 years ago

Gvin commented 5 years ago

Implement new spell action createStone(size: int) which should create a stone of specified size. Stone size varies from 1 to 3:

This can be used to throw stones into enemies.

Gvin commented 5 years ago

Rejected: the player can mine stones and carry them.