mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-11 16:08:32 +01:00
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:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user