borg fatty tools

- added a couple modules to borgs, available to every type of borg: feeding tube, cookie synthesizer and fatoray. They're all available to be made in mech fabricator, after you research NutriTech Weapons or NutriTech Tools
- added a cookie synthesizer (humanoid ver), available in NutriTech Tools node
This commit is contained in:
evilew
2024-05-21 19:16:08 +02:00
parent 45775acc35
commit ac21ad9e32
5 changed files with 160 additions and 33 deletions
@@ -204,28 +204,6 @@
R.module.basic_modules += S
R.module.add_module(S, FALSE, TRUE)
// ----------------------- GS13
/obj/item/borg/upgrade/cookiesynth
name = "cyborg cookie synthesizer"
desc = "An extra module that allows cyborgs to dispense cookies."
icon_state = "cyborg_upgrade3"
/obj/item/borg/upgrade/cookiesynth/action(mob/living/silicon/robot/R, user = usr)
. = ..()
if(.)
var/obj/item/cookiesynth/S = new(R.module)
R.module.basic_modules += S
R.module.add_module(S, FALSE, TRUE)
/obj/item/borg/upgrade/cookiesynth/deactivate(mob/living/silicon/robot/R, user = usr)
. = ..()
if (.)
var/obj/item/cookiesynth/S = locate() in R.module
R.module.remove_module(S, TRUE)
// ----------
/obj/item/borg/upgrade/tboh
name = "janitor cyborg trash bag of holding"
desc = "A trash bag of holding replacement for the janiborg's standard trash bag."