add sprites by Ionward

This commit is contained in:
datlo
2019-02-06 21:20:40 +00:00
parent 91ef2d7be2
commit e27e334b91
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,6 +1,8 @@
/obj/machinery/computer/camera_advanced/shuttle_docker
name = "navigation computer"
desc = "Used to designate a precise transit location for a spacecraft."
icon_screen = "navigation"
icon_keyboard = "med_key"
jump_action = null
var/datum/action/innate/shuttledocker_rotate/rotate_action = new
var/datum/action/innate/shuttledocker_place/place_action = new
@@ -282,8 +284,6 @@
/mob/camera/aiEye/remote/shuttle_docker/update_remote_sight(mob/living/user)
user.sight = SEE_TURFS
//user.lighting_alpha = LIGHTING_PLANE_ALPHA_INVISIBLE
//user.sync_lighting_plane_alpha()
return TRUE
/datum/action/innate/shuttledocker_rotate
+3 -3
View File
@@ -64,7 +64,7 @@
/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate
name = "syndicate shuttle navigation computer"
desc = "Used to designate a precise transit location for the syndicate shuttle."
icon_screen = "syndishuttle"
icon_screen = "syndinavigation"
icon_keyboard = "syndie_key"
shuttleId = "syndicate"
shuttlePortId = "syndicate_custom"
@@ -74,7 +74,7 @@
see_hidden = TRUE
resistance_flags = INDESTRUCTIBLE
/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/SST
/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/sst
name = "SST shuttle navigation computer"
desc = "Used to designate a precise transit location for the SST shuttle."
shuttleId = "sst"
@@ -83,7 +83,7 @@
x_offset = 0
y_offset = 0
/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/SIT
/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/sit
name = "SIT shuttle navigation computer"
desc = "Used to designate a precise transit location for the SIT shuttle."
shuttleId = "sit"
+2 -2
View File
@@ -8,8 +8,8 @@
/obj/machinery/computer/camera_advanced/shuttle_docker/vox
name = "skipjack navigation computer"
desc = "Used to designate a precise transit location for the skipjack."
icon_screen = "shuttle"
icon_keyboard = "tech_key"
icon_screen = "navigation"
icon_keyboard = "med_key"
shuttleId = "skipjack"
shuttlePortId = "skipjack_custom"
view_range = 13