@@ -1242,7 +1242,7 @@
|
||||
item_state = "tronket"
|
||||
overlay_state = "tronket"
|
||||
slot_flags = SLOT_TIE
|
||||
slot = "over"
|
||||
slot = ACCESSORY_SLOT_DECOR
|
||||
|
||||
/obj/item/clothing/accessory/flops
|
||||
name = "drop straps"
|
||||
@@ -1253,7 +1253,7 @@
|
||||
item_state = "flops"
|
||||
overlay_state = "flops"
|
||||
slot_flags = SLOT_TIE
|
||||
slot = "over"
|
||||
slot = ACCESSORY_SLOT_DECOR
|
||||
|
||||
//The perfect adminboos device?
|
||||
/obj/item/device/perfect_tele
|
||||
|
||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 71 KiB After Width: | Height: | Size: 75 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 62 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 73 KiB After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 32 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 84 KiB |
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 50 KiB |
|
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 90 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |
@@ -20,5 +20,5 @@ var/const/PATHFINDER =(1<<13) //VOREStation Edit - Added Pathfinder
|
||||
economic_modifier = 7
|
||||
|
||||
access = list(access_eva, access_maint_tunnels, access_external_airlocks, access_pilot, access_explorer, access_research)
|
||||
minimal_access = list(access_pilot, access_explorer, access_research)
|
||||
minimal_access = list(access_eva, access_pilot, access_explorer, access_research)
|
||||
outfit_type = /decl/hierarchy/outfit/job/pathfinder
|
||||
|
||||
@@ -1703,6 +1703,9 @@
|
||||
},
|
||||
/obj/structure/table/standard,
|
||||
/obj/item/device/multitool/tether_buffered,
|
||||
/obj/item/weapon/storage/toolbox/mechanical{
|
||||
pixel_y = 5
|
||||
},
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/station/explorer_prep)
|
||||
"aef" = (
|
||||
@@ -22144,7 +22147,9 @@
|
||||
/turf/simulated/floor/tiled,
|
||||
/area/tether/station/explorer_meeting)
|
||||
"pYE" = (
|
||||
/obj/structure/closet/secure_closet/pathfinder,
|
||||
/obj/structure/closet/secure_closet/pathfinder{
|
||||
req_access = list(18,43,67)
|
||||
},
|
||||
/obj/effect/floor_decal/industrial/outline/yellow,
|
||||
/obj/effect/floor_decal/steeldecal/steel_decals9,
|
||||
/obj/effect/floor_decal/steeldecal/steel_decals9{
|
||||
@@ -22466,8 +22471,7 @@
|
||||
/obj/machinery/door/firedoor/glass,
|
||||
/obj/machinery/door/airlock/research{
|
||||
name = "Pathfinder's Office";
|
||||
req_access = list(43);
|
||||
req_one_access = list(43)
|
||||
req_access = list(18,43,67)
|
||||
},
|
||||
/obj/structure/cable/green{
|
||||
d1 = 4;
|
||||
|
||||