Closed FluxBorn closed 7 years ago
sounds like you have it figured out! Github has some great tutorials on forking and creating PRs (i.e https://gist.github.com/Chaser324/ce0505fbed06b947d962)
You can also use a github desktop client which follows the same workflow but automates the process.
I highly recommend GitKraken for a UI client!
On Mar 10, 2017 2:37 AM, "Skyler Onken" notifications@github.com wrote:
sounds like you have it figured out! Github has some great tutorials on forking and creating PRs (i.e https://gist.github.com/ Chaser324/ce0505fbed06b947d962)
You can also use a github desktop client which follows the same workflow but automates the process.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rpherbig/dr-scripts/issues/1457#issuecomment-285635812, or mute the thread https://github.com/notifications/unsubscribe-auth/ABIHp5k1xdVnZ1jle9JxfnHsLxTOa9Hwks5rkSfrgaJpZM4MY5_l .
Will do. For this change are you going to handle it or should I go figure out the forking now? :D
Think I figured it out.
Fixed in b64bf253692ec7502fd7d734e6b51adfb1bacafa
I am new with ruby and lich, but I added some settings to allow people to set the thanatology section to allow storing of higher quality material for later use in self healing.
it requires adding the following settings to the profile yaml,
thanatology: store: (true or false to turn this on or off) harvest_container: (the bag you want to store it in) harvest_count: (the number of pieces of material you want to keep at any given time)
this requires changing the following line in combat-trainer
stating at line 11 from thanatology = settings.thanatology @ritual_type = thanatology['ritual_type'].downcase
to
and add this line after necro_heal
Finally update the do_necro_ritual method with the following.