Skip to content

Commit

Permalink
Merge remote-tracking branch 'TGStation/master' into tg-feb-2
Browse files Browse the repository at this point in the history
  • Loading branch information
carpotoxin committed Feb 14, 2025
2 parents 89fad7d + 6fcfe16 commit 0f0ee9f
Show file tree
Hide file tree
Showing 206 changed files with 4,056 additions and 7,949 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
GPLv3.txt
LICENSE
README.md
TGS3.json
.github
.gitignore
.gitattributes
Expand Down
2 changes: 0 additions & 2 deletions .github/guides/STANDARDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ var/path_type = "/obj/item/baseball_bat"

* Changes to the `/config` tree must be made in a way that allows for updating server deployments while preserving previous behaviour. This is due to the fact that the config tree is to be considered owned by the user and not necessarily updated alongside the remainder of the code. The code to preserve previous behaviour may be removed at some point in the future given the OK by maintainers.

* The dlls section of tgs3.json is not designed for dlls that are purely `call()()`ed since those handles are closed between world reboots. Only put in dlls that may have to exist between world reboots.

## Structural
### No duplicated code (Don't repeat yourself)
Copying code from one place to another may be suitable for small, short-time projects, but /tg/station is a long-term project and highly discourages this.
Expand Down
9 changes: 0 additions & 9 deletions TGS3.json

This file was deleted.

5 changes: 0 additions & 5 deletions _maps/RandomRuins/IceRuins/icemoon_underground_syndielab.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@
/turf/open/floor/mineral/plastitanium/red,
/area/ruin/syndielab)
"oA" = (
/obj/structure/syndicate_uplink_beacon,
/turf/open/floor/iron/dark/textured,
/area/ruin/syndielab)
"oY" = (
Expand All @@ -267,10 +266,6 @@
pixel_x = -5;
pixel_y = 8
},
/obj/item/traitor_bug{
pixel_y = 6;
pixel_x = 6
},
/turf/open/floor/mineral/plastitanium/red,
/area/ruin/syndielab)
"qy" = (
Expand Down
1 change: 0 additions & 1 deletion _maps/RandomRuins/SpaceRuins/garbagetruck2.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
"kp" = (
/obj/structure/safe,
/obj/item/stamp/syndicate,
/obj/item/traitor_bug,
/obj/item/eyesnatcher,
/obj/item/stack/spacecash/c1000,
/turf/open/floor/plating,
Expand Down
Loading

0 comments on commit 0f0ee9f

Please sign in to comment.