mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
## About The Pull Request Ports some bags for roundstart selection from Nova Sector. Same amount of space as any other bag ever. ## Why It's Good For The Game Cool bags. Different aesthetics, if desired. ## Proof Of Testing works on my machine or something. Screenshot below. <details> <summary>Screenshots/Videos</summary> <img width="1287" height="735" alt="image" src="https://github.com/user-attachments/assets/d7ecf201-1442-4f80-99cd-a116ea04de51" /> </details> ## Changelog 🆑 add: Front pack, waist pack and belt pack for selection in character preferences, found under the regular bag selection. Despite the names, still equipped on your back. image: Supporting sprites for the new roundstart bags /🆑 --------- Co-authored-by: Waterpig <49160555+Majkl-J@users.noreply.github.com>
33 lines
1.6 KiB
Plaintext
33 lines
1.6 KiB
Plaintext
/obj/item/storage/backpack/storage_belt
|
|
name = "storage belt"
|
|
desc = "A small belt coated from front to back in pouches."
|
|
icon_state = "tinypakb"
|
|
inhand_icon_state = "messenger"
|
|
icon = 'modular_zubbers/icons/mob/clothing/clothing_icon/tinypack.dmi'
|
|
worn_icon = 'modular_zubbers/icons/mob/clothing/back/backpack.dmi'
|
|
worn_icon_teshari = 'modular_skyrat/master_files/icons/mob/clothing/species/teshari/back.dmi'
|
|
lefthand_file = 'icons/mob/inhands/equipment/backpack_lefthand.dmi'
|
|
righthand_file = 'icons/mob/inhands/equipment/backpack_righthand.dmi'
|
|
|
|
/obj/item/storage/backpack/waist_pack
|
|
name = "waist pack"
|
|
desc = "A small, waist-mounted pack for storing stuff. Also things. Perhaps even knick-knacks."
|
|
icon_state = "tinypaka"
|
|
inhand_icon_state = "messenger"
|
|
icon = 'modular_zubbers/icons/mob/clothing/clothing_icon/tinypack.dmi'
|
|
worn_icon = 'modular_zubbers/icons/mob/clothing/back/backpack.dmi'
|
|
worn_icon_teshari = 'modular_skyrat/master_files/icons/mob/clothing/species/teshari/back.dmi'
|
|
lefthand_file = 'icons/mob/inhands/equipment/backpack_lefthand.dmi'
|
|
righthand_file = 'icons/mob/inhands/equipment/backpack_righthand.dmi'
|
|
|
|
/obj/item/storage/backpack/chest_pack
|
|
name = "chest pack"
|
|
desc = "Like a fannypack, but for your chest!"
|
|
icon_state = "tinypakc"
|
|
inhand_icon_state = "messenger"
|
|
icon = 'modular_zubbers/icons/mob/clothing/clothing_icon/tinypack.dmi'
|
|
worn_icon = 'modular_zubbers/icons/mob/clothing/back/backpack.dmi'
|
|
worn_icon_teshari = 'modular_skyrat/master_files/icons/mob/clothing/species/teshari/back.dmi'
|
|
lefthand_file = 'icons/mob/inhands/equipment/backpack_lefthand.dmi'
|
|
righthand_file = 'icons/mob/inhands/equipment/backpack_righthand.dmi'
|