mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-09 02:08:13 -06:00
added a refueler
This commit is contained in:
@@ -20,6 +20,7 @@ OPERATION_PRIMARY_IO_ACTIVE = "<<"
|
||||
OPERATION_SECONDARY_IO = "%"
|
||||
OPERATION_DEPOT = "+"
|
||||
OPERATION_WAGON_MANIFEST = "-"
|
||||
OPERATION_REFUELER = ">>"
|
||||
|
||||
NETWORK_SIGNAL_DEFAULT = {name="signal-A", type="virtual"}
|
||||
INACTIVITY_TIME = 100
|
||||
@@ -29,11 +30,14 @@ DELTA = 1/2048
|
||||
DEPOT_PRIORITY_MULT = 2048
|
||||
|
||||
STATUS_D = 0
|
||||
STATUS_D_TO_P = 1
|
||||
STATUS_TO_P = 1
|
||||
STATUS_P = 2
|
||||
STATUS_P_TO_R = 3
|
||||
STATUS_TO_R = 3
|
||||
STATUS_R = 4
|
||||
STATUS_R_TO_D = 5
|
||||
STATUS_TO_D = 5
|
||||
STATUS_TO_D_BYPASS = 6
|
||||
STATUS_TO_F = 7
|
||||
STATUS_F = 8
|
||||
STATUS_CUSTOM = 256 --this status and any status greater than it can be used by other mods (I've reserved the lower integers for myself in case I want to add more statuses)
|
||||
|
||||
LONGEST_INSERTER_REACH = 2
|
||||
|
||||
Reference in New Issue
Block a user