New newscaster sprites (#19251)

This commit is contained in:
S34N
2022-10-08 12:02:21 +01:00
committed by GitHub
parent c59330f7b5
commit 7b5a60ef93
5 changed files with 23 additions and 48 deletions
-27
View File
@@ -447,33 +447,6 @@
/obj/docking_port/mobile/pod/cancel()
return
/*
findTransitDock()
. = SSshuttle.getDock("[id]_transit")
if(.) return .
return ..()
*/
/obj/machinery/computer/shuttle/pod
name = "pod control computer"
admin_controlled = 1
shuttleId = "pod"
possible_destinations = "pod_asteroid"
icon = 'icons/obj/terminals.dmi'
icon_state = "dorm_available"
density = FALSE
/obj/machinery/computer/shuttle/pod/update_icon_state()
return
/obj/machinery/computer/shuttle/pod/update_overlays()
return list()
/obj/machinery/computer/shuttle/pod/emag_act(mob/user as mob)
to_chat(user, "<span class='warning'> Access requirements overridden. The pod may now be launched manually at any time.</span>")
admin_controlled = 0
icon_state = "dorm_emag"
/obj/docking_port/stationary/random
name = "escape pod"
id = "pod"
+1 -1
View File
@@ -30,7 +30,7 @@
/obj/machinery/computer/shuttle/syndicate/drop_pod
name = "syndicate assault pod control"
icon = 'icons/obj/terminals.dmi'
icon_state = "dorm_available"
icon_state = "syndie_assault_pod"
req_access = list(ACCESS_SYNDICATE)
circuit = /obj/item/circuitboard/shuttle/syndicate/drop_pod
shuttleId = "steel_rain"