mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 07:59:08 +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:
@@ -1376,13 +1376,18 @@ datum/uplink_item/stealthy_weapons/taeclowndo_shoes
|
||||
/datum/uplink_item/device_tools
|
||||
category = "Misc. Gadgets"
|
||||
|
||||
|
||||
/datum/uplink_item/device_tools/fatnade //GS13
|
||||
name = "Fattening Grenade"
|
||||
desc = "A smoke grenade with a special caloric mix inside it. Remember to wear internals upon using."
|
||||
item = /obj/item/card/emag
|
||||
item = /obj/item/grenade/chem_grenade/lipoifier_strong
|
||||
cost = 2
|
||||
|
||||
/datum/uplink_item/device_tools/nutritech_turbo //GS13
|
||||
name = "Nutri-Pump TURBO Autosurgeon"
|
||||
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."
|
||||
item = /obj/item/autosurgeon/nutripump_turbo
|
||||
cost = 3
|
||||
|
||||
/datum/uplink_item/device_tools/emag
|
||||
name = "Cryptographic Sequencer"
|
||||
desc = "The cryptographic sequencer, electromagnetic card, or emag, is a small card that unlocks hidden functions \
|
||||
|
||||
Reference in New Issue
Block a user