code/modules/mining/boulder_processing/brm.dm 
| MANUAL_TELEPORT_SOUND | Sound played when boulders are teleported manually by hand |
|---|---|
| AUTO_TELEPORT_SOUND | Sound played when boulders are teleported automatically in process() |
| TELEPORTATION_TIME | Time taken to spawn a boulder, also the cooldown applied before the next manual teleportation |
| BATCH_COOLDOWN | Cooldown for automatic teleportation after processing boulders_processing_max number of boulders |
| TURF_BLOCKED_BY_BOULDER | Special case when we are trying to teleport a boulder but there is already another boulder in our loc |
Define Details
AUTO_TELEPORT_SOUND 
Sound played when boulders are teleported automatically in process()
BATCH_COOLDOWN 
Cooldown for automatic teleportation after processing boulders_processing_max number of boulders
MANUAL_TELEPORT_SOUND 
Sound played when boulders are teleported manually by hand
TELEPORTATION_TIME 
Time taken to spawn a boulder, also the cooldown applied before the next manual teleportation
TURF_BLOCKED_BY_BOULDER 
Special case when we are trying to teleport a boulder but there is already another boulder in our loc