Lambent + Drone satchel
@@ -195,6 +195,22 @@
|
||||
/obj/item/storage/backpack/satchel/leather/withwallet/PopulateContents()
|
||||
new /obj/item/storage/wallet/random(src)
|
||||
|
||||
/obj/item/storage/backpack/satchel/lambent
|
||||
name = "holostorage drone"
|
||||
desc = "A smaller type of drone used for storing items within a localized pocket in the Weave, making them capable of storing much more than Bluespace bags. They tend to follow their owners closeby."
|
||||
icon_state = "lambentsatchel"
|
||||
item_state = "lambentsatchel"
|
||||
//component_type
|
||||
resistance_flags = LAVA_PROOF|FIRE_PROOF|UNACIDABLE
|
||||
|
||||
/obj/item/storage/backpack/satchel/lambent/dropped(mob/user)
|
||||
src.icon_state = "lambentsatchel_off"
|
||||
playsound(user, 'sound/items/fulext_deploy.wav', 50, 1)
|
||||
|
||||
/obj/item/storage/backpack/satchel/lambent/pickup(mob/living/user)
|
||||
src.icon_state = "lambentsatchel"
|
||||
playsound(user, 'sound/items/dronedeploy.ogg', 50, 1)
|
||||
|
||||
/obj/item/storage/backpack/satchel/eng
|
||||
name = "industrial satchel"
|
||||
desc = "A tough satchel with extra pockets."
|
||||
|
||||
@@ -125,7 +125,7 @@ Lambent
|
||||
backpack_contents = list(/obj/item/melee/classic_baton/telescopic=1, /obj/item/modular_computer/tablet/preset/advanced = 1)
|
||||
|
||||
backpack = /obj/item/storage/backpack/captain
|
||||
satchel = /obj/item/storage/backpack/satchel/cap
|
||||
satchel = /obj/item/storage/backpack/satchel/lambent
|
||||
duffelbag = /obj/item/storage/backpack/duffelbag/captain
|
||||
box = /obj/item/storage/box/security
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 894 B After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 471 B After Width: | Height: | Size: 603 B |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 378 B After Width: | Height: | Size: 597 B |
|
Before Width: | Height: | Size: 99 KiB After Width: | Height: | Size: 99 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 68 KiB |