mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-23 04:56:23 +01:00
- calorite research facility has lore notes (plus I added in a lil extra details or items here and there) - added in the Nutriment Pump TURBO: it will permanently produce a tiny bit of nutriment, slowly fattening whoever has it implanted. It can be made via Nutri-Tech Tools research tree - feeder's den has fattening turrets now, a beaker of lipoifier and 2 turbo nutripump autosurgeons - some code cleaning - added nutripump implant to the uplink - small tweaks (fixed typos, changed names)
12 lines
500 B
Plaintext
12 lines
500 B
Plaintext
//GS13 - implants and similar
|
|
|
|
/obj/item/organ/cyberimp/chest/nutriment/turbo
|
|
name = "Nutriment pump implant TURBO"
|
|
desc = "This implant was meant to prevent people from going hungry, but due to a flaw in its designs, it permanently produces a small amount of nutriment overtime."
|
|
icon_state = "chest_implant"
|
|
implant_color = "#006607"
|
|
nutrition_amount = 20 //somewhere around 5 pounds
|
|
hunger_threshold = NUTRITION_LEVEL_FULL
|
|
poison_amount = 10
|
|
message = "" //no message cuz spam is annoying
|