Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into guestbook
Browse files Browse the repository at this point in the history
  • Loading branch information
meemofcourse committed Mar 9, 2024
2 parents 6b12201 + e6a2bfe commit dd96324
Show file tree
Hide file tree
Showing 190 changed files with 3,975 additions and 18,420 deletions.
4 changes: 2 additions & 2 deletions _maps/RandomRuins/BeachRuins/beach_treasure_cove.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1525,8 +1525,8 @@
pixel_x = -7;
pixel_y = 2
},
/obj/item/clothing/under/rank/command/minutemen,
/obj/item/clothing/head/helmet/bulletproof/minutemen,
/obj/item/clothing/under/clip/officer,
/obj/item/clothing/head/helmet/bulletproof/x11/clip,
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/wood,
/area/ruin/beach/treasure_cove)
Expand Down
47 changes: 0 additions & 47 deletions _maps/configs/independent_caravan.json

This file was deleted.

50 changes: 0 additions & 50 deletions _maps/configs/minutemen_asclepius.json

This file was deleted.

44 changes: 0 additions & 44 deletions _maps/configs/minutemen_cepheus.json

This file was deleted.

31 changes: 14 additions & 17 deletions _maps/configs/minutemen_vela.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"map_name": "Vela-class Industrial Cruiser",
"prefix": "CMGSV",
"namelists": ["GENERAL", "MYTHOLOGICAL", "BEASTS"],
"description": "The Vela-Class is the designation for a series of semi-modular industrial cruisers created by the Colonial Minutemen in the early 440s. While the original design was created almost exclusively for extracting minerals from asteroid belts, modern examples tend to take on a multi-mission role, with the most common configuration being a mech hanger, and research pod. The ship itself often sees long deployments that encourage modification, leading to Velas taking on a personality as their crews leave their mark.",
"description": "The Vela-Class is the designation for a series of semi-modular industrial cruisers created by the CLIP Minutemen in the early 440s. While the original design was created almost exclusively for extracting minerals from asteroid belts, modern examples tend to take on a multi-mission role, with the most common configuration being a mech hanger, and research pod. The ship itself often sees long deployments that encourage modification, leading to Velas taking on a personality as their crews leave their mark.",
"tags": [
"Robotics",
"Construction",
Expand All @@ -15,41 +15,38 @@
"limit": 1,
"job_slots": {
"Captain": {
"outfit": "/datum/outfit/job/minutemen/captain",
"outfit": "/datum/outfit/job/clip/minutemen/captain",
"officer": true,
"slots": 1
},
"Foreman": {
"outfit": "/datum/outfit/job/minutemen/ce",
"outfit": "/datum/outfit/job/clip/ce",
"officer": true,
"slots": 1
},
"Bridge Officer": {
"outfit": "/datum/outfit/job/minutemen/head_of_personnel",
"First Officer": {
"outfit": "/datum/outfit/job/clip/first_officer",
"officer": true,
"slots": 1
},
"Mech Pilot": {
"outfit": "/datum/outfit/job/minutemen/miner",
"outfit": "/datum/outfit/job/clip/minutemen/vehicle_pilot",
"slots": 4
},
"Mech Technician": {
"outfit": "/datum/outfit/job/minutemen/roboticist",
"Minuteman": {
"outfit": "/datum/outfit/job/clip/minutemen/grunt",
"slots": 2
},
"Engineer": {
"outfit": "/datum/outfit/job/minutemen/engineer",
"slots": 2
},
"Minuteman": {
"outfit": "/datum/outfit/job/minutemen/security",
"outfit": "/datum/outfit/job/clip/mechanic",
"slots": 2
},
"Scientist": {
"outfit": "/datum/outfit/job/minutemen/scientist",
"Researcher": {
"outfit": "/datum/outfit/job/clip/scientist",
"slots": 2
},
"Cadet": {
"outfit": "/datum/outfit/job/minutemen/assistant",
"Deckhand": {
"outfit": "/datum/outfit/job/clip/minutemen/deckhand",
"slots": 1
}
},
Expand Down
Loading

0 comments on commit dd96324

Please sign in to comment.