mirror of
https://github.com/jimathy/jim-consumables.git
synced 2026-08-17 06:26:03 +01:00
fix needStats calculcation
My mad on this one, got `needTypes` and `needStats` confused, so made it just one table and included stress in it
This commit is contained in:
@@ -16,8 +16,7 @@ function GenerateRandomValues(data)
|
||||
end
|
||||
end
|
||||
return transData["time"],
|
||||
transData["stress"],
|
||||
transData["heal"],
|
||||
transData["armor"],
|
||||
{ hunger = transData["hunger"], thirst = transData["thirst"] }
|
||||
{ hunger = transData["hunger"], thirst = transData["thirst"], stress = transData["stress"] }
|
||||
end
|
||||
Reference in New Issue
Block a user