Skip to content

Commit bd4a7a5

Browse files
committed
More CI fixes
1 parent 45d7604 commit bd4a7a5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

_maps/atlas.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"map_link": "Atlas",
44
"map_path": "map_files/Atlas",
55
"map_file": [
6-
"Atlas.dmm",
7-
"Atlas2.dmm"
6+
"atlas.dmm",
7+
"atlas2.dmm"
88
],
99
"traits": [
1010
{

_maps/galactica.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"map_link": "Galactica",
44
"map_path": "map_files/Galactica",
55
"map_file": [
6-
"galactica2.dmm",
7-
"galactica1.dmm"
6+
"Galactica2.dmm",
7+
"Galactica1.dmm"
88
],
99
"traits": [
1010
{

_maps/testship.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"map_name": "testship",
33
"map_link": "TEST",
4-
"map_path": "map_files/testship",
4+
"map_path": "map_files/Testship",
55
"map_file": ["testship.dmm"],
66
"traits": [{"Up": 1, "Linkage": "Self"}, {"Down": -1, "Linkage": "Self"}],
77
"space_ruin_levels": -1,

nsv13/code/game/objects/structures/mono_sofa.dm

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
/obj/structure/chair/fancy/sofa/mono/corner/convex
2828
icon_state = "sofa_corner_out"
2929
name = "old ratty sofa"
30-
desc = "An old design, but it still does the job of being a sofa, this one is convex."
30+
desc = "An old design, but it still does the job of being a sofa, this one is convex."

0 commit comments

Comments
 (0)