mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
for-the-strength-from-which-he-gives-is-unerring
This commit is contained in:
@@ -162,6 +162,7 @@ var/obj/machinery/gateway/centerstation/the_gateway = null
|
||||
if(istype(W,/obj/item/multitool))
|
||||
to_chat(user, "The gate is already calibrated, there is no work for you to do here.")
|
||||
return
|
||||
return ..()
|
||||
|
||||
/////////////////////////////////////Away////////////////////////
|
||||
|
||||
@@ -290,4 +291,5 @@ var/obj/machinery/gateway/centerstation/the_gateway = null
|
||||
else
|
||||
to_chat(user, "<span class='boldnotice'>Recalibration successful!</span><span class='notice'>: This gate's systems have been fine tuned. Travel to this gate will now be on target.</span>")
|
||||
calibrated = 1
|
||||
return
|
||||
return
|
||||
return ..()
|
||||
@@ -256,4 +256,5 @@
|
||||
to_chat(user, "<span class='danger'>Activating the machine has unlocked a way forward!</span>")
|
||||
else
|
||||
to_chat(user, "<span class='notice'>Your ID card already has all the access this machine can give.</span>")
|
||||
. = 1
|
||||
return
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user