Bugfix Shotgun (#10732)

* Bugfix Shotgun

* fix changelog
This commit is contained in:
Wildkins
2020-12-08 11:43:09 +01:00
committed by GitHub
parent ce7ae2b308
commit 63c6cd2158
17 changed files with 71 additions and 23 deletions
+2 -2
View File
@@ -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)
. = ..()
. = ..()