Skip to content

Commit

Permalink
add artificer to valor (#3842)
Browse files Browse the repository at this point in the history
## About The Pull Request
as title
## Why It's Good For The Game
frequent complaint about the ship. lack of essential role (engineer)
does not create meaningful inter-ship interaction. just makes it less
fun to play on.
## Changelog

:cl:
add: the valor now carries an artificer
/:cl:
  • Loading branch information
Erikafox authored Dec 3, 2024
1 parent 5bad4aa commit f20dd88
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 24 deletions.
4 changes: 4 additions & 0 deletions _maps/configs/inteq_valor.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
"outfit": "/datum/outfit/job/inteq/security/empty",
"slots": 2
},
"Artificer": {
"outfit": "/datum/outfit/job/inteq/engineer",
"slots": 1
},
"Recruit": {
"outfit": "/datum/outfit/job/inteq/assistant",
"slots": 2
Expand Down
58 changes: 34 additions & 24 deletions _maps/shuttles/inteq/inteq_valor.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,6 @@
/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/cable{
icon_state = "1-4"
},
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
Expand Down Expand Up @@ -2002,10 +1999,10 @@
pixel_y = 32
},
/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/cable{
/obj/structure/cable/yellow{
icon_state = "0-2"
},
/obj/machinery/power/ship_gravity,
/obj/machinery/power/port_gen/pacman/super,
/turf/open/floor/plating,
/area/ship/maintenance/port)
"rY" = (
Expand Down Expand Up @@ -3262,6 +3259,9 @@
/obj/structure/cable/yellow,
/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/turf_decal/corner_techfloor_gray/diagonal,
/obj/structure/cable/yellow{
icon_state = "0-8"
},
/turf/open/floor/plating,
/area/ship/maintenance/port)
"Dm" = (
Expand All @@ -3275,11 +3275,21 @@
/turf/open/floor/plasteel/tech,
/area/ship/crew/cryo)
"Dw" = (
/obj/structure/cable/yellow,
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/airalarm/directional/east,
/obj/machinery/power/port_gen/pacman/super,
/obj/item/stack/sheet/mineral/uranium/twenty,
/obj/item/storage/backpack/industrial,
/obj/item/clothing/suit/toggle/industrial,
/obj/item/clothing/gloves/color/yellow,
/obj/item/storage/belt/utility,
/obj/item/clothing/under/syndicate/inteq/artificer,
/obj/item/clothing/under/syndicate/inteq/skirt/artificer,
/obj/item/clothing/head/soft/inteq,
/obj/item/clothing/head/hardhat,
/obj/item/clothing/shoes/combat,
/obj/item/clothing/mask/gas/inteq,
/obj/structure/closet/wall/directional/south{
name = "engineering closet";
icon_door = "yellow_door"
},
/obj/structure/table,
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"Dx" = (
Expand Down Expand Up @@ -3707,6 +3717,9 @@
/obj/structure/cable{
icon_state = "1-10"
},
/obj/structure/chair{
dir = 4
},
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"HB" = (
Expand Down Expand Up @@ -4903,13 +4916,15 @@
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/ship/medical/surgery)
"SX" = (
/obj/machinery/power/terminal{
dir = 1
/obj/structure/table,
/obj/item/storage/toolbox/mechanical{
pixel_x = 7;
pixel_y = 8
},
/obj/structure/cable/yellow{
icon_state = "0-2"
/obj/item/clothing/glasses/welding{
pixel_x = 8;
pixel_y = -1
},
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"Td" = (
Expand Down Expand Up @@ -5034,18 +5049,13 @@
/turf/open/floor/plasteel/dark,
/area/ship/crew/canteen)
"Uz" = (
/obj/machinery/power/smes/engineering{
charge = 1e+006
},
/obj/effect/turf_decal/borderfloorblack/full,
/obj/structure/cable{
icon_state = "0-8"
},
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/light_switch{
dir = 8;
pixel_x = 20
},
/obj/machinery/airalarm/directional/east,
/obj/machinery/power/ship_gravity,
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"UC" = (
Expand Down Expand Up @@ -5222,8 +5232,8 @@
/obj/structure/cable{
icon_state = "2-10"
},
/obj/structure/cable{
icon_state = "1-2"
/obj/structure/cable/yellow{
icon_state = "1-4"
},
/turf/open/floor/plating,
/area/ship/maintenance/port)
Expand Down

0 comments on commit f20dd88

Please sign in to comment.