Adds the trash bag of holding upgrade for janiborg (#20548)

This commit is contained in:
Henri215
2023-04-04 05:49:32 -03:00
committed by GitHub
parent 7727e5d91b
commit cb4a29037f
3 changed files with 25 additions and 0 deletions
@@ -411,6 +411,16 @@
cyborg = null
return ..()
/obj/item/borg/upgrade/bluespace_trash_bag
name = "janitor cyborg trash bag of holding upgrade"
desc = "An advanced trash bag upgrade board with bluespace properties that can be attached to janitorial cyborgs."
icon_state = "cyborg_upgrade4"
require_module = TRUE
module_type = /obj/item/robot_module/janitor
items_to_replace = list(
/obj/item/storage/bag/trash/cyborg = /obj/item/storage/bag/trash/bluespace/cyborg
)
/obj/item/borg/upgrade/rcd
name = "R.C.D. upgrade"
desc = "A modified rapid construction device, able to pull energy directly from a cyborgs internal power cell."
@@ -79,6 +79,11 @@
storage_slots = 60
flags_2 = NO_MAT_REDEMPTION_2
/obj/item/storage/bag/trash/bluespace/cyborg
/obj/item/storage/bag/trash/bluespace/cyborg/janicart_insert(mob/user, obj/structure/janitorialcart/J)
return
// -----------------------------
// Plastic Bag
// -----------------------------