Skip to content

Commit

Permalink
Hatred
Browse files Browse the repository at this point in the history
  • Loading branch information
Imaginos16 committed Oct 25, 2023
1 parent 1aa97c5 commit f7dd08c
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 = "sarathi 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 f7dd08c

Please sign in to comment.