Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PORT] Adds a unit test for typepaths that are required to be mapped onto each station map #2346

Merged
merged 22 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
6211c74
[MDB Ignore] Adds a unit test for typepaths that are required to be m…
MrMelbert May 4, 2023
c9615a9
byeah
Absolucy Jun 21, 2024
04c8cf5
bwoh
Absolucy Jun 21, 2024
54b841c
fixup
Absolucy Jun 22, 2024
9e63a42
Merge branch 'master' of https://github.com/Monkestation/Monkestation…
Absolucy Jun 22, 2024
e81e9d9
Merge branch 'master' of https://github.com/Monkestation/Monkestation…
Absolucy Jun 22, 2024
cd356a0
Bweh
Absolucy Jun 22, 2024
e78064c
Add CMO stamp to Tram
Absolucy Jun 23, 2024
3d861ec
Add holomaps
Absolucy Jun 23, 2024
0289188
AAAAAAAAAAAAAAAAAAAA
Absolucy Jun 23, 2024
510c8a0
guh
Absolucy Jun 23, 2024
8a92d87
me when
Absolucy Jun 23, 2024
e0295a4
Merge branch 'master' of https://github.com/Monkestation/Monkestation…
Absolucy Jun 25, 2024
1a75008
Update stamps on Blueshift, shoddily map missing stuff into Kilo
Absolucy Jun 25, 2024
ae3320c
Merge branch 'master' of https://github.com/Monkestation/Monkestation…
Absolucy Jun 25, 2024
7c0986c
Merge branch 'master' of https://github.com/Monkestation/Monkestation…
Absolucy Jun 27, 2024
ba4a262
Directional ATMs, re-add holomaps
Absolucy Jun 27, 2024
ba8d979
Whoopsie daisy
Absolucy Jun 27, 2024
1380468
Wait shit
Absolucy Jun 27, 2024
1eba501
Merge branch 'master' of https://github.com/Monkestation/Monkestation…
Absolucy Jun 28, 2024
35ca67d
Add a generous amount of holomaps to blueshift
Absolucy Jun 28, 2024
3e2bd92
Merge branch 'master' of https://github.com/Monkestation/Monkestation…
Absolucy Jul 1, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _maps/RandomRuins/SpaceRuins/hilbertresearchfacility.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,7 @@
"BL" = (
/obj/structure/table/wood,
/obj/item/folder/white,
/obj/item/stamp/rd,
/obj/item/stamp/head/rd,
/turf/open/floor/iron/grimy,
/area/ruin/space/has_grav/powered/hilbertresearchfacility)
"BM" = (
Expand Down
2 changes: 1 addition & 1 deletion _maps/RandomRuins/SpaceRuins/waystation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
pixel_x = 7;
pixel_y = 4
},
/obj/item/stamp/qm{
/obj/item/stamp/head/qm{
pixel_x = 7;
pixel_y = -2
},
Expand Down
2 changes: 1 addition & 1 deletion _maps/RandomZLevels/moonoutpost19.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2904,7 +2904,7 @@
/obj/structure/window/reinforced/spawner/directional/north,
/obj/structure/window/reinforced/spawner/directional/west,
/obj/item/folder/white,
/obj/item/stamp/rd{
/obj/item/stamp/head/rd{
pixel_x = 3;
pixel_y = -2
},
Expand Down
4 changes: 2 additions & 2 deletions _maps/RandomZLevels/undergroundoutpost45.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -5519,7 +5519,7 @@
/obj/structure/window/reinforced/spawner/directional/north,
/obj/structure/window/reinforced/spawner/directional/west,
/obj/item/folder/white,
/obj/item/stamp/rd{
/obj/item/stamp/head/rd{
pixel_x = 3;
pixel_y = -2
},
Expand Down Expand Up @@ -10161,7 +10161,7 @@
/obj/item/clothing/glasses/meson{
pixel_y = 4
},
/obj/item/stamp/ce,
/obj/item/stamp/head/ce,
/obj/effect/turf_decal/tile/neutral/fourcorners,
/turf/open/floor/iron{
heat_capacity = 1e+006
Expand Down
Loading
Loading