DebianJoe / dungeons

Roguelike Project in Python w/ libtcod
13 stars 5 forks source link

Stackable items #8

Closed Frostlock closed 11 years ago

Frostlock commented 11 years ago

Items can now be created as stackable. Activated this option for healing potions and magic scrolls.

wesleywerner commented 11 years ago

Nicely done, I want to see if I can try these out by pulling this request into my local branch somehow... still learning git in this aspect.

edit: works great :+1: No issues found yet, stacked 15 potions, and dropping many on the same spot stacks on the floor. Good stuff!

I looked through the inventory and item code and it's a bit clearer to me how it all links together.

DebianJoe commented 11 years ago

I'll try to be sure to get changes merged as quickly as I can. You guys will have to excuse me for sleeping. ;) Nice work Frostlock.

Frostlock commented 11 years ago

@DebianJoe Hehe, I should get some more sleep. But this stackable items stuff kept me up past my bedtime yesterday. That in combination with a 4 month old = gritty eyes ;-) Appreciate all the merging, let me know if you need help

@wesleywerner I added an INSTALL file to the main repository (DebianJoes), check it out it has some minimal instructions on how to use Github