Merge pull request #3820 from Novacat/nova-pathfinder

Pathfinder Fixes
This commit is contained in:
Aronai Sieyes
2018-06-11 06:04:42 -04:00
committed by GitHub
27 changed files with 10 additions and 6 deletions
@@ -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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

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
+7 -3
View File
@@ -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;