From 284cac8f4034f15e7edeba5c8232a770fc082e20 Mon Sep 17 00:00:00 2001 From: tom barrett Date: Wed, 13 Feb 2019 13:25:00 -0600 Subject: added engine fuel and simplified/unified txrx from server --- src/constants.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/constants.rs') diff --git a/src/constants.rs b/src/constants.rs index c896a39..85b0638 100644 --- a/src/constants.rs +++ b/src/constants.rs @@ -13,8 +13,10 @@ pub const SHIP_NAVIGATION_TIME: u64 = 3; pub const SHIP_NAVIGATION_RANGE: f64 = 100.0; pub const SHIP_REFINERY_TIME: u64 = 5; pub const SHIP_TRACTORBEAM_STRENGTH: f64 = 0.1; +pub const SHIP_ENGINES_FUEL_START: f64 = 100.0; pub const IRON_SIZE: usize = 1; +pub const HYDROGEN_SIZE: usize = 1; pub const CRUDE_MINERALS_SIZE: usize = 10; pub const SLEEP_DURATION: u64 = 100; -- cgit v1.2.3