TGUI Overmap Shuttle Controls

This commit is contained in:
ShadowLarkens
2020-08-18 20:42:12 -07:00
parent 2cb854cb1b
commit 48b630891e
27 changed files with 1287 additions and 997 deletions
@@ -189,6 +189,8 @@
/datum/computer_file/program/proc/check_eye(var/mob/user)
if(NM)
return NM.check_eye(user)
if(TM)
return TM.check_eye(user)
else
return -1