Skip to content
Snippets Groups Projects
Commit ab6bb109 authored by DarkGod's avatar DarkGod
Browse files

Stop trying to rest for air

parent 41466a4f
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ print("[Resources] Defining Actor Resources")
-- Minimalist = table of parameters to be used with the Minimalist uiset (see uiset.Minimalist.lua)
ActorResource:defineResource("Air", "air", nil, "air_regen", "Air capacity in your lungs. Entities that need not breathe are not affected.", nil, nil, {
color = "#LIGHT_STEEL_BLUE#",
wait_on_rest = true,
-- wait_on_rest = true,
})
ActorResource:defineResource("Stamina", "stamina", ActorTalents.T_STAMINA_POOL, "stamina_regen", "Stamina represents your physical fatigue. Most physical abilities consume it.", nil, nil, {
color = "#ffcc80#",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment