Skip to content

Commit

Permalink
Merge branch 'master' into Thruster
Browse files Browse the repository at this point in the history
  • Loading branch information
Thera-Pissed authored Jan 26, 2024
2 parents 0cf48f6 + 286941e commit d547e84
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 8 deletions.
3 changes: 2 additions & 1 deletion _maps/RandomRuins/IceRuins/icemoon_underground_drakelair.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@
"iT" = (
/obj/structure/stone_tile/slab,
/mob/living/simple_animal/hostile/megafauna/dragon/icemoon{
loot = list(/obj/structure/closet/crate/necropolis/dragon,/obj/item/keycard/gatedrop/drakelair)
loot = list(/obj/structure/closet/crate/necropolis/dragon,/obj/item/keycard/gatedrop/drakelair);
crusher_loot = list(/obj/structure/closet/crate/necropolis/dragon/crusher,/obj/item/keycard/gatedrop/drakelair)
},
/turf/open/indestructible/boss,
/area/ruin)
Expand Down
2 changes: 1 addition & 1 deletion _maps/configs/syndicate_aegis.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"prefix": "SSV",
"prefix": "SUNS",
"map_name": "Aegis-class Long Term Care Ship",
"map_short_name": "Aegis-class",
"map_path": "_maps/shuttles/syndicate/syndicate_aegis.dmm",
Expand Down
2 changes: 1 addition & 1 deletion _maps/configs/syndicate_cybersun_kansatsu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"prefix": "SSV",
"prefix": "CSSV",
"namelists": [
"CYBERSUN",
"SPACE",
Expand Down
2 changes: 1 addition & 1 deletion _maps/configs/syndicate_gorlex_hyena.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"prefix": "SSV",
"prefix": "NGRV",
"namelists": [
"GORLEX",
"NATURAL_AGGRESSIVE",
Expand Down
2 changes: 1 addition & 1 deletion _maps/configs/syndicate_gorlex_komodo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"prefix": "SSV",
"prefix": "ISV",
"namelists": [
"GORLEX",
"NATURAL_AGGRESSIVE",
Expand Down
2 changes: 1 addition & 1 deletion _maps/configs/syndicate_litieguai.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
"map_name": "Li Tieguai-class Rescue Ship",
"prefix": "SSV",
"prefix": "CSSV",
"map_short_name": "Li Tieguai-class",
"description": "A small, nimble, and exceptionally well-built medical response vessel, the Li Tieguai is a recent addition to Cybersun’s fleet, forming a critical component of their Frontier stabilization program. Li Tieguais come equipped with high-end medical equipment, including a selection of Cybersun augments and prosthetics, as well as weaponry and armor sufficient to protect its personnel in the often-dangerous Frontier sectors, so that they can offer premium healthcare (at premium prices) in even the most dangerous of scenarios.",
"tags": [
Expand Down
4 changes: 2 additions & 2 deletions _maps/configs/syndicate_lugol.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"map_name": "Lugol-class GEC Engineering Project",
"prefix": "SEV",
"prefix": "XSV",
"map_short_name": "Lugol-class",
"description": "The Lugol is effectively an enormous Galactic Engineers Concordat research barge, used as a test bed for refinements to power systems, new technologies, and so on. As it offers freedom from the usual constraints of working aboard vessels belonging to other Syndicate factions, Lugols are especially popular among the GEC’s more radical members. Accordingly, they have a reputation for either accomplishing the impossible or generating the equivalent of a new star when they inevitably melt down. Lugols are generally only found on the Frontier, where the collateral damage from potential accidents can be kept to a minimum and secrecy, when needed, can be better maintained.",
"tags": [
Expand All @@ -14,7 +14,7 @@
],
"map_path": "_maps/shuttles/syndicate/syndicate_gec_lugol.dmm",
"map_id": "gec_lugol",
"limit": 2,
"limit": 1,
"job_slots": {
"Project Overseer": {
"outfit": "/datum/outfit/job/syndicate/ce/gec",
Expand Down
6 changes: 6 additions & 0 deletions html/changelogs/archive/2024-01.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@
2024-01-23:
SomeguyManperson:
- bugfix: ore smelter no longer obliterates materials when smelting alloys
2024-01-26:
Apogee-dev:
- tweak: Changed prefixes on Syndicate ships to reflect subfaction
SomeguyManperson:
- bugfix: you can no longer lock yourself out of the icemoon dragon lair by killing
the dragon with a crusher

0 comments on commit d547e84

Please sign in to comment.