Skip to content

Commit

Permalink
Removes every last visible mention of Lizard Wine (#2426)
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
It is now Kalixcian wine.
<!-- 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
Screw this stupid racist LARP shit.
<!-- 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: PositiveEntropy
fix: All visible mentions of lizard wine now refer to Kalixcian Wine, a
beverage made from cactus.
/: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
Imaginos16 authored Oct 25, 2023
1 parent 1aa97c5 commit eeb4f98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/modules/reagents/chemistry/reagents/alcohol_reagents.dm
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ All effects don't start immediately, but rather get worse over time; the rate is
shot_glass_icon_state = "shotglassred"

/datum/reagent/consumable/ethanol/lizardwine
name = "lizard wine"
description = "An alcoholic beverage from Space China, made by infusing lizard tails in ethanol."
name = "Kalixcis Wine"
description = "A relatively popular Kalixcane beverage, made by infusing cacti in ethanol."
color = "#7E4043" // rgb: 126, 64, 67
boozepwr = 45
quality = DRINK_FANTASTIC
Expand Down
2 changes: 1 addition & 1 deletion code/modules/research/designs/limbgrower_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
build_path = /obj/item/organ/tongue
category = list("initial",SPECIES_HUMAN)

// Grows a fake lizard tail - not usable in lizard wine and other similar recipes.
// Grows a fake lizard tail
/datum/design/lizard_tail
name = "Lizard Tail"
id = "liztail"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/surgery/organs/tails.dm
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

/obj/item/organ/tail/lizard/fake
name = "fabricated lizard tail"
desc = "A fabricated severed lizard tail. This one's made of synthflesh. Probably not usable for lizard wine."
desc = "A fabricated severed lizard tail. This one's made of synthflesh."

/obj/item/organ/tail/elzu
name = "\improper Elzuose tail"
Expand Down

0 comments on commit eeb4f98

Please sign in to comment.