Headtail Storage (#10640)

This commit is contained in:
Geeves
2020-12-28 14:56:04 +02:00
committed by GitHub
parent c03a09dc62
commit fb44e651bd
8 changed files with 95 additions and 0 deletions
@@ -84,3 +84,16 @@
/obj/item/storage/internal/Adjacent(var/atom/neighbor)
return master_item.Adjacent(neighbor)
/obj/item/storage/internal/skrell
name = "headtail storage"
icon = 'icons/obj/action_buttons/organs.dmi'
icon_state = "skrell_headpocket"
storage_slots = 1
max_storage_space = 2
max_w_class = ITEMSIZE_SMALL
use_sound = null
/obj/item/storage/internal/skrell/Initialize()
. = ..()
name = initial(name)