Names the ice cream status effect (#92942)

## About The Pull Request

There was no name for the eating ice cream status effect so it defaults
to the curse of mundanity. This gives it the name "Cooling Off"

## Why It's Good For The Game

Dispels the curse
Makes it at least vaguely clear what the status effect actually does. 

## Changelog
🆑

qol: Eating ice cream no longer curses you

/🆑
This commit is contained in:
Leland Kemble
2025-09-12 16:39:16 +02:00
committed by GitHub
parent 7010b42b8d
commit 3e25865bb2
@@ -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"