diff --git a/code/_onclick/hud/alert.dm b/code/_onclick/hud/alert.dm index 6bacc5c7..5d07c7f5 100644 --- a/code/_onclick/hud/alert.dm +++ b/code/_onclick/hud/alert.dm @@ -202,12 +202,12 @@ //GS13 - fullness alerts /obj/screen/alert/bloated name = "Bloated stomach" - desc = "Your stomach is a bit too full" + desc = "Your stomach is bloated, eating more would probably make your stomach pop." icon_state = "Stuffed" /obj/screen/alert/stuffed name = "Completely stuffed" - desc = "Whatever you ate, you ate too much. Your stomach has stretched to accomodate its contents, forming a very obvious belly" + desc = "Whatever you ate, you ate too much. Your stomach has stretched to accomodate its contents, forming a very obvious stuffed belly, eating more would cause hindered movement." icon_state = "Bloated" /obj/screen/alert/beegbelly diff --git a/icons/mob/screen_alert.dmi b/icons/mob/screen_alert.dmi index f5751d0d..ca6a7a97 100644 Binary files a/icons/mob/screen_alert.dmi and b/icons/mob/screen_alert.dmi differ