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:
Gandalf
2021-04-17 15:52:34 +01:00
committed by GitHub
parent 76f0086dac
commit f136e49b88
5 changed files with 52 additions and 13 deletions
+2
View File
@@ -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()