diff --git a/code/modules/reagents/chemistry/reagents/drink_reagents.dm b/code/modules/reagents/chemistry/reagents/drink_reagents.dm index a9947515e17..4b6e54cfd56 100644 --- a/code/modules/reagents/chemistry/reagents/drink_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/drink_reagents.dm @@ -397,6 +397,7 @@ description = "The only drink with the PWR that true gamers crave." id = "pwr_game" color = "#9385bf" // rgb: 58, 52, 75 + taste_description = "sweet and salty tang" /datum/reagent/consumable/pwr_game/on_mob_life(mob/living/M) if (M.bodytemperature > 310) @@ -408,6 +409,7 @@ description = "~Shake me up some of that Shambler's Juice!~" id = "shamblers" color = "#f00060" // rgb: 94, 0, 38 + taste_description = "carbonated metallic soda" /datum/reagent/consumable/shamblers/on_mob_life(mob/living/M) if (M.bodytemperature > 310) diff --git a/icons/obj/contraband.dmi b/icons/obj/contraband.dmi index f0912c136ef..b235443da82 100644 Binary files a/icons/obj/contraband.dmi and b/icons/obj/contraband.dmi differ