mirror of
https://github.com/KabKebab/GS13.git
synced 2026-08-25 05:56:27 +01:00
turbo nutripump, lore notes and minor junk
- 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)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
//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
|
||||
Reference in New Issue
Block a user