Skip to content

Commit

Permalink
Removes tasteless joke from moonstation (Bubberstation#1839)
Browse files Browse the repository at this point in the history
## About The Pull Request

Changes the contents of a "flask of holy water" containing what
decidedly isn't holy water in the name of a tasteless pun to actually
contain holy water.

<!-- Please make sure to actually test your PRs. If you have not tested
your PR mention it. -->

## Why It's Good For The Game

"Jokes" of this nature leading to easy pref-breaks should not be
tolerated here.

## Proof Of Testing

<!-- Compile and run your code locally. Make sure it works. This is the
place to show off your changes! We are not responsible for testing your
features. -->

## Changelog

unneeded

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 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. -->

<!-- By opening a pull request. You have read and understood the
repository rules located on the main README.md on this project. -->

Co-authored-by: The Sharkening <[email protected]>
  • Loading branch information
YakumoChen and StrangeWeirdKitten authored Jul 26, 2024
1 parent 23f0ef1 commit a37635e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _maps/map_files/moonstation/moonstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -14956,7 +14956,7 @@
/obj/item/reagent_containers/cup/glass/bottle/holywater{
desc = "A flask of holy water allegedly containing the first seed planted in the Garden of Eden";
name = "flask of the first holy seed";
list_reagents = list(/datum/reagent/consumable/cum = 100);
list_reagents = list(/datum/reagent/consumable/nutriment/protein = 5, /datum/reagent/consumable/water/holywater = 95);
pixel_y = 2
},
/turf/open/floor/iron/dark,
Expand Down

0 comments on commit a37635e

Please sign in to comment.