/tg/ Station 13 - Modules - TypesDefine Details

modular_nova/modules/ghost_mining/code/linked_retrieval_matrix.dm

LRM_TELEPORTATION_TIMETime taken to spawn a boulder, also the cooldown applied before the next manual teleportation
LRM_BATCH_COOLDOWNCooldown for automatic teleportation after processing boulders_processing_max number of boulders
LRM_TURF_BLOCKED_BY_BOULDERSpecial case when we are trying to teleport a boulder but there is already another boulder in our loc
LRM_NO_BOULDERFailure to have boulders to pull from. To prevent the damned thing from bricking itself.
LRM_UNSTABLE_BOULDERSo they cant take boulders the BRM can.
/obj/item/boulder_beacon/lrmBeacon to launch a new mining setup when activated. For testing and speed!

Define Details

LRM_BATCH_COOLDOWN

Cooldown for automatic teleportation after processing boulders_processing_max number of boulders

LRM_NO_BOULDER

Failure to have boulders to pull from. To prevent the damned thing from bricking itself.

LRM_TELEPORTATION_TIME

Time taken to spawn a boulder, also the cooldown applied before the next manual teleportation

LRM_TURF_BLOCKED_BY_BOULDER

Special case when we are trying to teleport a boulder but there is already another boulder in our loc

LRM_UNSTABLE_BOULDER

So they cant take boulders the BRM can.