diff --git a/code/datums/status_effects/buffs/food/chilling.dm b/code/datums/status_effects/buffs/food/chilling.dm index 8b1d60fbcc1..0827ac5a4af 100644 --- a/code/datums/status_effects/buffs/food/chilling.dm +++ b/code/datums/status_effects/buffs/food/chilling.dm @@ -8,6 +8,7 @@ owner.adjust_bodytemperature(-2.75 * strength * seconds_between_ticks, min_temp = minimum_temp) /atom/movable/screen/alert/status_effect/icecream_chilling + name = "Cooling Off" desc = "Nothing beats a cup of ice cream during hot, plasma-floody day..." icon_state = "food_icecream"