more work

This commit is contained in:
Metis
2024-09-13 01:50:58 -04:00
parent 8fd779ef02
commit 7b0780804f
320 changed files with 12185 additions and 161 deletions
+3
View File
@@ -54,6 +54,9 @@
#define CRYOKINESIS /datum/mutation/human/cryokinesis
#define SPIDER_WEB /datum/mutation/human/webbing
#define CLUWNEMUT /datum/mutation/human/cluwne
// GS13 DEFINES
#define FATFANG /datum/mutation/human/fatfang
#define RADFAT /datum/mutation/human/radfat
#define UI_CHANGED "ui changed"
#define UE_CHANGED "ue changed"
+8
View File
@@ -261,6 +261,14 @@
#define TRAIT_NO_FAT_SLOWDOWN "no_fat_slowdown"
#define HELPLESSNESS_TRAIT "helplessness"
#define TRAIT_RADRESONANCE "radresonance" //FIX THIS LATER
#define COMSIG_MICRO_PICKUP_FEET "micro_force_grabbed" //From /datum/element/mob_holder/micro
#define COMSIG_MOBSIZE_CHANGED "mobsize_changed" //Adding this in so items and whatnot can check when someone changes size. -Cap'n
#define TRAIT_MACROPHILE "macrophile" //likes the big
#define TRAIT_MICROPHILE "microphile" //likes the small
#define TRAIT_APATHETIC "apathetic" //doesn't care
#define TRAIT_FATTER "fatter"
#define TRAIT_VERYFAT "veryfat"
#define TRAIT_OBESE "obese"
+76
View File
@@ -0,0 +1,76 @@
/obj/screen/alert/blob
name = "Fatty Blob"
desc = "Every last piece of your corpulent body is now plush and bloated with vast rolls of blubber. Your corpulence is such that you are akin to a gigantic, towering wad of dough."
icon_state = "blob"
/obj/screen/alert/immobile
name = "Immobile"
desc = "Fat has taken over your body, now colossal in size and loaded with cumbersome flab. You are having a lot difficulty with moving the bulk that has set upon your body."
icon_state = "immobile"
/obj/screen/alert/barelymobile
name = "Barely Mobile"
desc = "Your fat legs barely allow you to waddle, continuing to slow your pace with each pound that you gain. If you continue gaining weight, you might find yourself unable to move at all."
icon_state = "barelymobile"
/obj/screen/alert/extremelyobese
name = "Extremely Obese"
desc = "In your journey through crossing further borders of obesity, your movement continues to get more and more restricted, body overcome with overwhelming amounts of adipose."
icon_state = "extremelyobese"
/obj/screen/alert/morbidlyobese
name = "Morbidly Obese"
desc = "Every inch of you is beginning to pack away lard, making your movements awkward and clunky. If your weight gain continues, walking might become a real issue."
icon_state = "morbobese"
/obj/screen/alert/obese
name = "Obese"
desc = "Your body is swollen with lard, and your movement is starting to be slightly hindered by your weight."
icon_state = "obese"
/obj/screen/alert/veryfat
name = "Very fat"
desc = "You're beginning to inch closer and closer to proper obesity. Your body is starting to slightly jiggle when you move around."
icon_state = "veryfat"
/obj/screen/alert/fatter
name = "Fat"
desc = "Clothes begin to cling onto your frame tighter and tighter, as your body begins to display first signs of fatness."
icon_state = "fatter"
/obj/screen/alert/fat
name = "Rounded"
desc = "Your body's beginning to display the first signs of softened curves, though they're barely noticeable."
icon_state = "fat"
//GS13 - fullness alerts
/obj/screen/alert/bloated
name = "Bloated"
desc = "Your stomach is starting to feel packed."
icon_state = "Stuffed"
/obj/screen/alert/stuffed
name = "Stuffed"
desc = "Whatever you ate, you ate too much. Your stomach has stretched to accomodate its contents, forming a very obvious stuffed belly."
icon_state = "Bloated"
/obj/screen/alert/beegbelly
name = "Overfilled"
desc = "You've somehow managed to fit even more in your stomach, barely allowing for any more room inside."
icon_state = "beegbelly"
/obj/screen/alert/sated
name = "Sated"
desc = "You're perfectly rather sated right now."
icon_state = "sated"
/obj/screen/alert/full
name = "Full"
desc = "You're rather full right now. Eating more food would result in weight gain."
icon_state = "full"
/obj/screen/alert/hungry
name = "Hungry"
desc = "Some food would be good right about now."
icon_state = "hungry"