Skip to content

Commit

Permalink
New Waste Ruin: Abandoned Miskilamo Shipbreaking Yard (shiptest-ss13#…
Browse files Browse the repository at this point in the history
…3136)

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
New wasteplanet ruin, an abandoned shipbreaking yard owned by Miskilamo


![yardreal4](https://github.com/shiptest-ss13/Shiptest/assets/90987989/152420c3-8ab3-4821-84de-0b7f81b9236a)

![yardreal3](https://github.com/shiptest-ss13/Shiptest/assets/90987989/5b391f45-c153-4c66-b291-0cf4e49ca8bd)

![image](https://github.com/shiptest-ss13/Shiptest/assets/90987989/ba243059-a2c2-4e7f-9d7c-4926d1a4d2c4)

![yardmap2](https://github.com/shiptest-ss13/Shiptest/assets/90987989/08f6c0fc-bbe4-4299-ab5a-961c2ab7b0ca)


<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
Waste ruins are needed, I think!
<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl:
add: New wasteplanet ruin, the abandoned Miskilamo shipbreaking yard!
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Thera-Pissed authored and MrCat15352 committed Dec 24, 2024
1 parent f30718c commit 9f63515
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions code/datums/ruins/wasteplanet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,10 @@
id = "abandoned_mechbay"
suffix = "wasteplanet_abandoned_mechbay.dmm"
ruin_tags = list(RUIN_TAG_BOSS_COMBAT, RUIN_TAG_MEDIUM_LOOT, RUIN_TAG_SHELTER, RUIN_TAG_HAZARDOUS)

/datum/map_template/ruin/wasteplanet/yard
name = "Abandoned Miskilamo salvage yard"
description = "An abandonded shipbreaking yard."
id = "wasteplanet_yard"
suffix = "wasteplanet_yard.dmm"
ruin_tags = list(RUIN_TAG_MEDIUM_COMBAT, RUIN_TAG_MEDIUM_LOOT, RUIN_TAG_SHELTER, RUIN_TAG_HAZARDOUS)
11 changes: 11 additions & 0 deletions code/game/turfs/open/floor/plating/wasteplanet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@
initial_gas_mix = WASTEPLANET_DEFAULT_ATMOS
planetary_atmos = TRUE

/turf/open/floor/plasteel/wasteplanet
initial_gas_mix = WASTEPLANET_DEFAULT_ATMOS

/turf/open/floor/plasteel/wasteplanet/MakeSlippery(wet_setting, min_wet_time, wet_time_to_add, max_wet_time, permanent)
return

/turf/open/floor/plasteel/dark/wasteplanet
initial_gas_mix = WASTEPLANET_DEFAULT_ATMOS

/turf/open/floor/plasteel/dark/wasteplanet/MakeSlippery(wet_setting, min_wet_time, wet_time_to_add, max_wet_time, permanent)
return
//cement

/turf/open/floor/concrete/wasteplanet
Expand Down

0 comments on commit 9f63515

Please sign in to comment.