wheybags / freeablo

[ARCHIVED] Modern reimplementation of the Diablo 1 game engine
GNU General Public License v3.0
2.16k stars 195 forks source link

Potions and Elixers #492 #496

Closed neveza closed 4 years ago

neveza commented 4 years ago

for #492, All potions and elixirs added along with functions to add to attributes

neveza commented 4 years ago

I'm unsure of the failures regarding appveyor/travis-ci. Seems it isn't seeing the potion.h/.cpp files to link the functions after I changed all functions to static. Visual studios compiles just fine however. My inexperience with this process has left me in the dark, unfortunately.

wheybags commented 4 years ago

Hey, just wanted to let you know that I merged a bunch of item refactoring code, so there's conflicts now because of that. Don't worry about them though, I can handle the merging once this branch is ready.

neveza commented 4 years ago

Hopefully, this works for the multiplayer/network aspect. I've also updated the cmakefile to add the .h/.cpp for potion.

wheybags commented 4 years ago

Thanks!