mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Fixes drink description inaccuracy (#74898)
## About The Pull Request Changes the taste of the Bloody Mary to "liquid murder", as stated by the drink's description. ## Why It's Good For The Game Makes the description of the Bloody Mary more accurate to its in-game effect. ## Changelog 🆑 fix: Bloody Mary flavor is now accurate to its description. /🆑
This commit is contained in:
@@ -877,7 +877,7 @@
|
||||
color = "#bf707c" // rgb: 191,112,124
|
||||
boozepwr = 55
|
||||
quality = DRINK_GOOD
|
||||
taste_description = "tomatoes with a hint of lime"
|
||||
taste_description = "tomatoes with a hint of lime and liquid murder"
|
||||
chemical_flags = REAGENT_CAN_BE_SYNTHESIZED
|
||||
|
||||
/datum/glass_style/drinking_glass/bloody_mary
|
||||
|
||||
Reference in New Issue
Block a user