mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-08 00:21:43 +00:00
•Fix for the drinks not mixing. Now I have to fix reagent parsing too, it's buggy.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2144 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -2748,14 +2748,14 @@
|
||||
volume = 50
|
||||
|
||||
on_reagent_change()
|
||||
if(reagents.reagent_list.len > 1 )
|
||||
/*if(reagents.reagent_list.len > 1 )
|
||||
icon_state = "glass_brown"
|
||||
name = "Glass of Hooch"
|
||||
desc = "Two or more drinks, mixed together."
|
||||
desc = "Two or more drinks, mixed together."*/
|
||||
/*else if(reagents.reagent_list.len == 1)
|
||||
for(var/datum/reagent/R in reagents.reagent_list)
|
||||
switch(R.id)*/
|
||||
else if (reagents.reagent_list.len == 1)
|
||||
if (reagents.reagent_list.len > 0)
|
||||
//mrid = R.get_master_reagent_id()
|
||||
switch(reagents.get_master_reagent_id())
|
||||
if("beer")
|
||||
|
||||
Reference in New Issue
Block a user