mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
PubbyStation bugfixes (#21637)
- fix disposalpipe in brig - fix missing chapel light - fix cargo sec filing cabinet - fix science scrubber pipe - add station maps - add atmos waste line
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -43,7 +43,7 @@
|
||||
"Q" = (/obj/machinery/door/airlock/glass{name = "Emergency Shuttle Infirmary"},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
|
||||
"R" = (/obj/machinery/sleeper{dir = 4; icon_state = "sleeper-open"},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
|
||||
"S" = (/obj/machinery/vending/medical,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
|
||||
"T" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Airlock"},/obj/docking_port/stationary{dheight = 0; dir = 8; dwidth = 4; height = 15; id = "emergency_home"; name = "PubbyStation emergency evac bay"; width = 20},/obj/docking_port/mobile/emergency{dheight = 0; dir = 8; dwidth = 4; height = 15; name = "Pubby emergency shuttle"; port_angle = 90; width = 18},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
|
||||
"T" = (/obj/machinery/door/airlock/shuttle{name = "Emergency Shuttle Airlock"},/obj/docking_port/mobile/emergency{dheight = 0; dir = 8; dwidth = 4; height = 15; name = "Pubby emergency shuttle"; port_angle = 90; timid = 1; width = 18},/turf/open/floor/mineral/titanium/blue,/area/shuttle/escape)
|
||||
"U" = (/obj/structure/table,/obj/item/weapon/storage/firstaid/fire,/obj/item/weapon/storage/firstaid/regular{pixel_x = 2; pixel_y = 3},/obj/item/weapon/crowbar,/obj/structure/sign/nosmoking_2{pixel_x = 32},/turf/open/floor/mineral/titanium,/area/shuttle/escape)
|
||||
"V" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/shuttle/engine/heater,/turf/open/floor/plating/airless,/area/shuttle/escape)
|
||||
"W" = (/obj/structure/table,/obj/item/weapon/defibrillator/loaded,/turf/open/floor/mineral/titanium,/area/shuttle/escape)
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"l" = (/obj/structure/chair{dir = 4},/turf/open/floor/plating/abductor,/area/shuttle/abandoned)
|
||||
"m" = (/obj/machinery/computer/shuttle/white_ship,/turf/open/floor/plating/abductor,/area/shuttle/abandoned)
|
||||
"n" = (/obj/structure/chair{dir = 8},/turf/open/floor/plating/abductor,/area/shuttle/abandoned)
|
||||
"o" = (/obj/machinery/door/airlock/glass{name = "Shuttle Airlock"},/obj/docking_port/mobile{dheight = 0; dir = 8; dwidth = 4; height = 9; id = "whiteship"; launch_status = 0; name = "White Ship"; port_angle = 90; preferred_direction = 1; roundstart_move = "whiteship_away"; timid = null; width = 9},/obj/docking_port/stationary{dir = 8; dwidth = 11; height = 22; id = "whiteship_home"; name = "monastery"; turf_type = /turf/open/space; width = 35},/turf/open/floor/plasteel/black,/area/shuttle/abandoned)
|
||||
"o" = (/obj/machinery/door/airlock/glass{name = "Shuttle Airlock"},/obj/docking_port/mobile{dheight = 0; dir = 8; dwidth = 4; height = 9; id = "whiteship"; launch_status = 0; name = "White Ship"; port_angle = 90; preferred_direction = 1; roundstart_move = "whiteship_away"; timid = 1; width = 9},/turf/open/floor/plasteel/black,/area/shuttle/abandoned)
|
||||
"p" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/structure/table/glass,/obj/item/weapon/tank/internals/oxygen,/obj/item/clothing/mask/breath,/obj/item/clothing/suit/space/hardsuit/engine/elite,/turf/open/floor/plating/abductor,/area/shuttle/abandoned)
|
||||
"q" = (/obj/structure/chair{dir = 1},/turf/open/floor/plating/abductor,/area/shuttle/abandoned)
|
||||
"r" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced,/obj/structure/table/glass,/obj/item/clothing/shoes/magboots,/turf/open/floor/plating/abductor,/area/shuttle/abandoned)
|
||||
|
||||
@@ -141,6 +141,7 @@
|
||||
suffix = "pubby"
|
||||
name = "Pubby Station Emergency Shuttle"
|
||||
description = "A small, but feature complete shuttle. It boasts a card table to keep crew members occupied on the long flight home."
|
||||
credit_cost = 1000
|
||||
|
||||
/datum/map_template/shuttle/emergency/supermatter
|
||||
suffix = "supermatter"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 20 KiB |
Reference in New Issue
Block a user