alexisblackbird / rsurvival

A to-do & self-care based survival game proof of concept
0 stars 0 forks source link

Overhaul old code to use stats$ #2

Closed alexisblackbird closed 7 years ago

alexisblackbird commented 7 years ago

Switch all my old code to directly draw from stats rather than mucking around so much with attach() / detach().

It should be prettier/more elegant, and probably more efficient.

alexisblackbird commented 7 years ago

did.daily() and probably some others are getting a lot of walls of red text from loading stats multiple times. Might not cause issues but it is ugly and will confuse people, so this is a priority at least for those functions.