•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:
polyxenitopalidou@gmail.com
2011-09-06 20:08:18 +00:00
parent 7de17034a5
commit 90ab1f47b2
2 changed files with 9 additions and 9 deletions

View File

@@ -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")