We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2231b commit 4687275Copy full SHA for 4687275
1 file changed
full-heal.lua
@@ -84,9 +84,10 @@ if unit then
84
--print("Refilling blood...")
85
unit.body.blood_count = unit.body.blood_max
86
87
- --print("Resetting grasp/stand status...")
+ --print("Resetting grasp/stand/fly status...")
88
unit.status2.limbs_stand_count = unit.status2.limbs_stand_max
89
unit.status2.limbs_grasp_count = unit.status2.limbs_grasp_max
90
+ unit.status2.limbs_fly_count = unit.status2.limbs_fly_max
91
92
--print("Resetting status flags...")
93
unit.flags2.has_breaks = false
0 commit comments