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:
Jim Shield
2025-10-04 01:12:19 +01:00
parent 62db9f6900
commit 9b189d89f5
2 changed files with 12 additions and 15 deletions

View File

@@ -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