Skip to content

Commit

Permalink
Wasteplanets Less Explosive (#3575)
Browse files Browse the repository at this point in the history
<!-- 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
removes welding fuel tanks from the wasteplanet spawn pool
<!-- 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
you will explode... less..
<!-- 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:
del: Wasteplanets no longer spawn welding fuel tanks.
/: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. -->

Co-authored-by: Erika Fox <94164348+Bjarl@users.noreply.github.com>
  • Loading branch information
Erikafox and Erikafox authored Oct 17, 2024
1 parent 00d536f commit 445e601
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions code/datums/mapgen/planetary/WasteGenerator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@

//stuff you can actually use
/obj/effect/spawner/lootdrop/waste/girder = 600,
/obj/structure/reagent_dispensers/fueltank = 100,
/obj/structure/reagent_dispensers/watertank = 200,
/obj/item/stack/cable_coil/cut = 500,
/obj/structure/closet/crate/secure/loot = 30,
Expand Down Expand Up @@ -190,7 +189,6 @@
/obj/effect/spawner/lootdrop/waste/radiation = 300,
/obj/effect/spawner/lootdrop/waste/radiation/more_rads = 120,
/obj/effect/spawner/lootdrop/waste/girder = 600,
/obj/structure/reagent_dispensers/fueltank = 100,
/obj/structure/reagent_dispensers/watertank = 200,
/obj/item/stack/cable_coil/cut = 500,
/obj/structure/closet/crate/secure/loot = 30,
Expand Down Expand Up @@ -235,7 +233,6 @@
/obj/effect/spawner/lootdrop/waste/radiation = 80,
/obj/effect/spawner/lootdrop/waste/radiation/more_rads = 20,
/obj/effect/spawner/lootdrop/waste/girder = 600,
/obj/structure/reagent_dispensers/fueltank = 100,
/obj/structure/reagent_dispensers/watertank = 200,
/obj/item/stack/cable_coil/cut = 500,
/obj/structure/closet/crate/secure/loot = 30,
Expand Down Expand Up @@ -297,7 +294,6 @@
/obj/effect/spawner/lootdrop/waste/radiation = 80,
/obj/effect/spawner/lootdrop/waste/radiation/more_rads = 10,
/obj/effect/spawner/lootdrop/waste/girder = 600,
/obj/structure/reagent_dispensers/fueltank = 100,
/obj/structure/reagent_dispensers/watertank = 200,
/obj/item/stack/cable_coil/cut = 500,
/obj/structure/closet/crate/secure/loot = 30,
Expand Down Expand Up @@ -359,7 +355,6 @@
/obj/effect/spawner/lootdrop/waste/atmos_can/rare = 5,
/obj/effect/spawner/lootdrop/waste/salvageable = 150,
/obj/effect/spawner/lootdrop/waste/girder = 200,
/obj/structure/reagent_dispensers/fueltank = 10,
/obj/structure/reagent_dispensers/watertank = 10,
/obj/item/stack/cable_coil/cut = 500,
/obj/structure/closet/crate/secure/loot = 30,
Expand Down Expand Up @@ -393,7 +388,6 @@
/obj/effect/spawner/lootdrop/waste/radiation = 32,
/obj/effect/spawner/lootdrop/waste/radiation/more_rads = 4,
/obj/effect/spawner/lootdrop/waste/girder = 120,
/obj/structure/reagent_dispensers/fueltank = 20,
/obj/structure/reagent_dispensers/watertank = 40,
/obj/item/stack/cable_coil/cut = 100,
/obj/structure/closet/crate/secure/loot = 6,
Expand Down Expand Up @@ -427,7 +421,6 @@
/obj/effect/spawner/lootdrop/waste/radiation = 16,
/obj/effect/spawner/lootdrop/waste/radiation/more_rads = 2,
/obj/effect/spawner/lootdrop/waste/girder = 60,
/obj/structure/reagent_dispensers/fueltank = 10,
/obj/structure/reagent_dispensers/watertank = 20,
/obj/item/stack/cable_coil/cut = 50,
/obj/structure/closet/crate/secure/loot = 3,
Expand Down Expand Up @@ -466,7 +459,6 @@
/obj/effect/spawner/lootdrop/waste/mechwreck = 20,
/obj/effect/spawner/lootdrop/waste/trash = 90,
/obj/effect/spawner/lootdrop/waste/radiation = 16,
/obj/structure/reagent_dispensers/fueltank = 10,
/obj/structure/reagent_dispensers/watertank = 20,
/obj/item/stack/cable_coil/cut = 50,
/obj/structure/closet/crate/secure/loot = 3,
Expand Down

0 comments on commit 445e601

Please sign in to comment.