more
This commit is contained in:
@@ -18,4 +18,4 @@
|
||||
else
|
||||
mixcolor = BlendRGB(R.color, mixcolor, vol_temp/vol_counter)
|
||||
|
||||
return mixcolor
|
||||
return mixcolor
|
||||
|
||||
@@ -209,4 +209,4 @@ GLOBAL_LIST_INIT(food_reagents, build_reagents_to_food()) //reagentid = related
|
||||
dat += " above [recipe.required_temp] degrees"
|
||||
dat += "."
|
||||
info = dat.Join("")
|
||||
update_icon()
|
||||
update_icon()
|
||||
|
||||
@@ -432,4 +432,4 @@
|
||||
|
||||
/obj/item/reagent_containers/glass/bottle/ichor/green
|
||||
name = "green potion"
|
||||
list_reagents = list(/datum/reagent/green_ichor = 1)
|
||||
list_reagents = list(/datum/reagent/green_ichor = 1)
|
||||
|
||||
@@ -48,4 +48,4 @@
|
||||
obj/item/reagent_containers/chem_pack/attack_self(mob/user)
|
||||
if(sealed)
|
||||
return
|
||||
..()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user