Merge pull request #20289 from GunHog/Errorage_Is_Really_A_Nice_Guy

Fixes and tweaks aux base stat logging
This commit is contained in:
Cheridan
2016-09-03 16:20:29 -05:00
committed by GitHub
+7 -1
View File
@@ -535,9 +535,15 @@ interface with the mining shuttle at the landing site if a mobile beacon is also
say("<span class='danger'>Launch sequence activated! Prepare for drop!</span>")
playsound(loc, 'sound/machines/warning-buzzer.ogg', 70, 0)
launch_warning = FALSE
feedback_add_details("colonies_dropped") //Number of times a base has been dropped!
..()
/obj/machinery/computer/shuttle/auxillary_base/onShuttleMove(turf/T1, rotation)
..()
if(z == ZLEVEL_MINING) //Avoids double logging and landing on other Z-levels due to badminnery
feedback_add_details("colonies_dropped", "[x]|[y]|[z]") //Number of times a base has been dropped!
/obj/machinery/computer/shuttle/auxillary_base/proc/set_mining_mode()
if(z == ZLEVEL_MINING) //The console switches to controlling the mining shuttle once landed.
req_access = list()