Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into FUUUUUUUUUUUUUUCK
Browse files Browse the repository at this point in the history
  • Loading branch information
lpeapnni committed Apr 28, 2024
2 parents af90921 + 2c79561 commit 2026b70
Show file tree
Hide file tree
Showing 1,841 changed files with 98,542 additions and 95,749 deletions.
8 changes: 5 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# http://editorconfig.org
root = true

[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf

[*.yml]
indent_style = space
Expand All @@ -17,4 +19,4 @@ indent_style = space
trim_trailing_whitespace = false

[Dockerfile]
indent_style = space
indent_style = space
1 change: 1 addition & 0 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
pull_request:
branches:
- master
- upstream-merge
jobs:
run_linters:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
Expand Down
2 changes: 1 addition & 1 deletion .tgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: 1
# The BYOND version to use (kept in sync with dependencies.sh by the "TGS Test Suite" CI job)
# Must be interpreted as a string, keep quoted
byond: "514.1589"
byond: "515.1634"
# Folders to create in "<instance_path>/Configuration/GameStaticFiles/"
static_files:
# Config directory should be static
Expand Down
1 change: 0 additions & 1 deletion _maps/RandomRuins/SpaceRuins/miracle.dmm
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/obj/item/storage/backpack/satchel/flat/secret/miracle_ruin,
/obj/machinery/spaceship_navigation_beacon/invion,
/turf/open/floor/fakespace{
initial_gas_mix = "TEMP=2.7"
},
Expand Down
2 changes: 1 addition & 1 deletion _maps/RandomRuins/SpaceRuins/spacehermit.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
/area/template_noop)
"aY" = (
/obj/effect/mob_spawn/human/hermit{
flavour_text = "<span class='big bold'>You've been late to awaken from your cryo slumber. Blasted machine, you set it to 10 days not 10 weeks!</span><b> Where have the others gone while we were out? Did they manage to survive? These thoughts are dispelled by yet another recollection of how you got here... ";
flavour_text = "<span class='big bold'>You've been late to awaken from your cryo slumber. Blasted machine, you set it to 10 days not 10 weeks!</span><b> Where have the others gone while we were out? Did they manage to survive? These thoughts are dispelled by yet another recollection of how you got here...</b> ";
job_description = "Space Hermit"
},
/turf/open/floor/mineral/titanium,
Expand Down
Loading

0 comments on commit 2026b70

Please sign in to comment.