mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Removes recipe conflict between Vampiro and Margarita (#32095)
* Removes recipe conflict between Vampiro and Tequila * Fixes the amount of Vampiro returned to match the sum of its parts. * Fixes Tequila Sunrise's ID in the vampiro recipe * Correcting formatting in manuals.dm Co-authored-by: Alan <alfalfascout@users.noreply.github.com> Signed-off-by: AurouraPlays <150855752+AurouraPlays@users.noreply.github.com> --------- Signed-off-by: AurouraPlays <150855752+AurouraPlays@users.noreply.github.com> Co-authored-by: Alan <alfalfascout@users.noreply.github.com>
This commit is contained in:
@@ -1471,8 +1471,8 @@
|
||||
name = "Vampiro"
|
||||
id = "vampiro"
|
||||
result = "vampiro"
|
||||
required_reagents = list("tequila" = 1, "tomatojuice" = 2, "limejuice" = 1)
|
||||
result_amount = 4
|
||||
required_reagents = list("tequilasunrise" = 1, "tomatojuice" = 1)
|
||||
result_amount = 2
|
||||
mix_message = "Mariachi sounds loudly in the container."
|
||||
mix_sound = 'sound/goonstation/misc/drinkfizz.ogg'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user