mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 23:16:21 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user