fix unit error for xp frame logic
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user