When looking at machines, don't allow mesons/material/etc

This commit is contained in:
Aronai Sieyes
2020-05-08 11:13:20 -04:00
parent 0b8872b801
commit 1acfafd62f
2 changed files with 2 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ somewhere on that shuttle. Subtypes of these can be then used to perform ship ov
/obj/machinery/computer/ship/proc/look(var/mob/user)
if(linked)
apply_visual(user)
user.reset_view(linked)
user.set_viewsize(world.view + extra_view)
GLOB.moved_event.register(user, src, /obj/machinery/computer/ship/proc/unlook)