Skip to content

Commit

Permalink
Make eating speedup factor a double, finer precision
Browse files Browse the repository at this point in the history
  • Loading branch information
caligari87 committed Jul 22, 2018
1 parent 7ca38f4 commit 529ceac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdscav_zscript/hunger/messkit.zsc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class HDScav_MessKit : HDWoundFixer {
int mealSize;
int drinkSize;
int sipSize;
int speedFactor;
double speedFactor;
string flavor;
bool rationOpen;

Expand Down

0 comments on commit 529ceac

Please sign in to comment.