Skip to content

Commit

Permalink
Merge branch 'master' into nifmind
Browse files Browse the repository at this point in the history
  • Loading branch information
KnigTheThrasher committed Sep 17, 2024
2 parents 8c8727d + e858040 commit 0e6a3d9
Show file tree
Hide file tree
Showing 1,781 changed files with 114,163 additions and 75,466 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
- name: Check Define Sanity
if: steps.linter-setup.conclusion == 'success' && !cancelled()
run: tools/bootstrap/python -m define_sanity.check
- name: Check Trait Validity
if: steps.linter-setup.conclusion == 'success' && !cancelled()
run: tools/bootstrap/python -m trait_validity.check
- name: Run DreamChecker
if: steps.linter-setup.conclusion == 'success' && !cancelled()
shell: bash
Expand Down
10 changes: 5 additions & 5 deletions _maps/RandomRuins/IceRuins/icemoon_surface_asteroid.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
/obj/item/clothing/shoes/bronze,
/obj/item/clothing/head/costume/bronze,
/turf/open/floor/bronze{
initial_gas_mix = "LAVALAND_ATMOS"
initial_gas_mix = "ICEMOON_ATMOS"
},
/area/icemoon/surface)
"m" = (
/obj/item/nullrod/spear{
name = "empowered bronze spear"
},
/turf/open/floor/bronze{
initial_gas_mix = "LAVALAND_ATMOS"
initial_gas_mix = "ICEMOON_ATMOS"
},
/area/icemoon/surface)
"o" = (
/turf/open/floor/bronze{
initial_gas_mix = "LAVALAND_ATMOS"
initial_gas_mix = "ICEMOON_ATMOS"
},
/area/icemoon/surface)
"A" = (
Expand Down Expand Up @@ -66,7 +66,7 @@
"L" = (
/mob/living/simple_animal/hostile/megafauna/clockwork_defender,
/turf/open/floor/bronze{
initial_gas_mix = "LAVALAND_ATMOS"
initial_gas_mix = "ICEMOON_ATMOS"
},
/area/icemoon/surface)
"M" = (
Expand Down Expand Up @@ -95,7 +95,7 @@
},
/obj/item/pen,
/turf/open/floor/bronze{
initial_gas_mix = "LAVALAND_ATMOS"
initial_gas_mix = "ICEMOON_ATMOS"
},
/area/icemoon/surface)

Expand Down
Loading

0 comments on commit 0e6a3d9

Please sign in to comment.