mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-01-10 08:44:22 +00:00
Fix hard mode bug
Co-Authored-By: Mr.Needlemouse <103795210+64bitmouse@users.noreply.github.com>
This commit is contained in:
parent
abc79cab55
commit
8a245689aa
1 changed files with 2 additions and 2 deletions
|
|
@ -32,8 +32,8 @@ function mario_update_hardmode(m)
|
|||
end
|
||||
|
||||
if m.hurtCounter > 0 or sBurnActions[m.action] then
|
||||
m.hurtCounter = 64 -- Damage Check. Hard Mode is a OHKO mode
|
||||
m.healCounter = 0 -- Prevents you from healing from a coin or any health regen object via landing on one while dying
|
||||
m.health = 0
|
||||
m.healCounter = 0 -- prevents you from healing from a coin or any health regen object via landing on one while dying
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue