mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 19:44:58 +01:00
Actually fixes mining maps lol (#4968)
* Update mining_maps.dm * Update mining_maps.dm * a * aaa * aaaa * Update mining_maps.dm * aaaaa
This commit is contained in:
@@ -453,6 +453,7 @@
|
||||
setTimer(SSshuttle.emergencyDockTime)
|
||||
send2adminchat("Server", "The Emergency Shuttle has docked with the station.")
|
||||
priority_announce("[SSshuttle.emergency] has docked with the station. You have [timeLeft(600)] minutes to board the Emergency Shuttle.", null, ANNOUNCER_SHUTTLEDOCK, "Priority")
|
||||
SSrandommining.mapvote()
|
||||
ShuttleDBStuff()
|
||||
|
||||
|
||||
@@ -467,6 +468,7 @@
|
||||
if(M.launch_status == UNLAUNCHED) //Pods will not launch from the mine/planet, and other ships won't launch unless we tell them to.
|
||||
M.check_transit_zone()
|
||||
|
||||
|
||||
if(SHUTTLE_IGNITING)
|
||||
var/success = TRUE
|
||||
SSshuttle.checkHostileEnvironment()
|
||||
|
||||
Reference in New Issue
Block a user