mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
massive burndown (#29894)
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
icon = 'icons/obj/pipes/transit_tube_station.dmi'
|
||||
icon_state = "closed_station0"
|
||||
base_icon_state = "station0"
|
||||
exit_delay = 1
|
||||
enter_delay = 2
|
||||
density = TRUE
|
||||
uninstalled_type = /obj/structure/transit_tube_construction/station
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
desc = "A pneumatic tube that brings you from here to there."
|
||||
icon = 'icons/obj/pipes/transit_tube.dmi'
|
||||
icon_state = "straight"
|
||||
density = FALSE
|
||||
layer = 3.1
|
||||
anchored = TRUE
|
||||
var/list/tube_dirs = null
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
/obj/structure/transit_tube_construction
|
||||
name = "transit tube segment"
|
||||
desc = "An uninstalled piece of a transit tube network."
|
||||
anchored = FALSE
|
||||
density = FALSE
|
||||
|
||||
icon = 'icons/obj/pipes/transit_tube_rpd.dmi'
|
||||
|
||||
@@ -140,4 +138,3 @@
|
||||
installed_type = /obj/structure/transit_tube/station/dispenser
|
||||
base_icon_state = "transit_dispenser_station"
|
||||
icon_state = "transit_dispenser_station"
|
||||
is_station = TRUE
|
||||
|
||||
@@ -280,8 +280,6 @@
|
||||
/obj/structure/transit_tube_pod/dispensed
|
||||
name = "temporary transit tube pod"
|
||||
desc = "Gets you from here to there, and no further."
|
||||
icon_state = "pod"
|
||||
occupied_icon_state = "pod_occupied"
|
||||
|
||||
|
||||
/obj/structure/transit_tube_pod/dispensed/outside_tube()
|
||||
|
||||
Reference in New Issue
Block a user