mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-22 05:17:50 +01:00
Merged the old gs code with the new Hyper code
This commit is contained in:
@@ -39,19 +39,19 @@
|
||||
gain_text = "<span class='notice'>You body burns with the desire to be bred.</span>"
|
||||
lose_text = "<span class='notice'>You feel more in control of your body and thoughts.</span>"
|
||||
|
||||
/datum/quirk/overweight
|
||||
name = "Overweight"
|
||||
desc = "You're particularly fond of food, and join the round being overweight."
|
||||
value = 0
|
||||
category = CATEGORY_FOOD
|
||||
gain_text = "<span class='notice'>You feel a bit chubby!</span>"
|
||||
//no lose_text cause why would there be?
|
||||
// /datum/quirk/overweight
|
||||
// name = "Overweight"
|
||||
// desc = "You're particularly fond of food, and join the round being overweight."
|
||||
// value = 0
|
||||
// category = CATEGORY_FOOD
|
||||
// gain_text = "<span class='notice'>You feel a bit chubby!</span>"
|
||||
// //no lose_text cause why would there be?
|
||||
|
||||
/datum/quirk/overweight/on_spawn()
|
||||
var/mob/living/M = quirk_holder
|
||||
M.nutrition = rand(NUTRITION_LEVEL_FAT + NUTRITION_LEVEL_START_MIN, NUTRITION_LEVEL_FAT + NUTRITION_LEVEL_START_MAX)
|
||||
M.overeatduration = 100
|
||||
ADD_TRAIT(M, TRAIT_FAT, OBESITY)
|
||||
// /datum/quirk/overweight/on_spawn()
|
||||
// var/mob/living/M = quirk_holder
|
||||
// M.nutrition = rand(NUTRITION_LEVEL_FULL + NUTRITION_LEVEL_START_MIN, NUTRITION_LEVEL_FULL + NUTRITION_LEVEL_START_MAX)
|
||||
// M.overeatduration = 100
|
||||
// ADD_TRAIT(M, TRAIT_FAT, OBESITY)
|
||||
|
||||
/datum/quirk/virile
|
||||
name = "Virile"
|
||||
|
||||
Reference in New Issue
Block a user