Skip to content

Commit

Permalink
Murders The Devil from The Bible in the form of a bee (shiptest-ss13#…
Browse files Browse the repository at this point in the history
…2672)

<!-- 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 chem bees from the jungle and beach spawn pools, replacing them
with normal bees.

<!-- 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
Walking off of a ship onto one of the relatively "peaceful" planets,
only to be loaded up with admin chemicals was a pretty awful experience.

We inherited these little guys from Voidcrew, honestly that should be
enough reason to remove them.
<!-- 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:
balance: planetary chem bees have been replaced with the garden variety
/: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
Skies-Of-Blue authored and MysticalFaceLesS committed Jan 27, 2024
1 parent b0ae96d commit 58fc936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/datums/mapgen/planetary/BeachGenerator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@

/mob/living/simple_animal/butterfly = 4,
/mob/living/simple_animal/hostile/retaliate/poison/snake = 5,
/mob/living/simple_animal/hostile/poison/bees/toxin = 3,
/mob/living/simple_animal/hostile/poison/bees = 3,
)
mob_spawn_chance = 2
feature_spawn_chance = 0.1
Expand Down
2 changes: 1 addition & 1 deletion code/datums/mapgen/planetary/JungleGenerator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
)
mob_spawn_chance = 1
mob_spawn_list = list(
/mob/living/simple_animal/hostile/poison/bees/toxin = 1,
/mob/living/simple_animal/hostile/poison/bees = 1,
/mob/living/simple_animal/hostile/mushroom = 1,
/mob/living/simple_animal/pet/dog/corgi/capybara = 1
)
Expand Down

0 comments on commit 58fc936

Please sign in to comment.