mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 00:23:29 +01:00
Fixed the Screwdriver cocktail.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@230 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1341,7 +1341,7 @@ datum
|
||||
M.confused += 2
|
||||
..()
|
||||
|
||||
screwdriver
|
||||
screwdrivercocktail
|
||||
name = "Screwdriver"
|
||||
id = "screwdrivercocktail"
|
||||
description = "Vodka, mixed with plain ol' orange juice. The result is surprisingly delicious."
|
||||
|
||||
@@ -448,7 +448,7 @@ datum
|
||||
screwdriver
|
||||
name = "Screwdriver"
|
||||
id = "screwdrivercocktail"
|
||||
result = "screwdriver"
|
||||
result = "screwdrivercocktail"
|
||||
required_reagents = list("vodka" = 2, "orangejuice" = 1)
|
||||
result_amount = 5
|
||||
|
||||
|
||||
@@ -1841,7 +1841,7 @@
|
||||
icon_state = "whiterussianglass"
|
||||
name = "White Russian"
|
||||
desc = "A very nice looking drink. But that's just, like, your opinion, man."
|
||||
if("screwdriver")
|
||||
if("screwdrivercocktail")
|
||||
icon_state = "screwdriverglass"
|
||||
name = "Screwdriver"
|
||||
desc = "A simple, yet superb mixture of Vodka and orange juice. Just the thing for the tired engineer."
|
||||
|
||||
Reference in New Issue
Block a user