mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 08:29:57 +01:00
@@ -81,7 +81,7 @@ somewhere on that shuttle. Subtypes of these can be then used to perform ship ov
|
||||
look(user)
|
||||
|
||||
/obj/machinery/computer/ship/check_eye(var/mob/user)
|
||||
if (!get_dist(user, src) > 1 || user.blinded || !linked )
|
||||
if (use_check_and_message(user) || user.blinded || inoperable() || !linked)
|
||||
unlook(user)
|
||||
return -1
|
||||
else
|
||||
@@ -94,4 +94,4 @@ somewhere on that shuttle. Subtypes of these can be then used to perform ship ov
|
||||
var/M = W.resolve()
|
||||
if(M)
|
||||
unlook(M)
|
||||
. = ..()
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user