Various updates and small fixes

Map updates, gateway tweak, and a few fixes for some mobs that were
behaving stupidly.
This commit is contained in:
Spades
2017-04-09 17:54:09 -04:00
parent c16702b359
commit b82e8c12d5
14 changed files with 7489 additions and 6424 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ obj/machinery/gateway/centerstation/process()
/obj/machinery/gateway/centeraway/proc/toggleon(mob/user as mob)
if(!ready) return
if(linked.len != 8) return
if(!stationgate)
if(!stationgate || !calibrated) // Vorestation edit. Not like Polaris ever touches this anyway.
user << "<span class='notice'>Error: No destination found. Please calibrate gateway.</span>"
return