fix unit error for xp frame logic

This commit is contained in:
2025-01-20 17:02:02 -08:00
parent 2dcb95b0cd
commit ff3552bc45

View File

@ -185,7 +185,7 @@ function call_move(x)
end
function updategame()
if primary_ship.xp >= primary_ship.xptarget and lframe - primary_ship.last_xp_frame > 15 then
if primary_ship.xp >= primary_ship.xptarget and lframe - primary_ship.last_xp_frame > 0x0.000F then
mode = rearm_mode.new()
return _update60()
end