mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 08:04:22 +01:00
* map stuff first get this out of my changes * Update vorestation.dme * rest of it * Better Bags * Update ore_bag.dm * Gets rid of bag override * edits * Less Jank * aaa * this doesnt work * LOL WHY * The future is NOW old man * bye bye * no hard refs~ * Update dog_sleeper.dm * Update dog_sleeper.dm
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
satchel_one = /obj/item/storage/backpack/satchel/eng
|
||||
id_type = /obj/item/card/id/cargo/miner
|
||||
pda_type = /obj/item/pda/shaftminer
|
||||
backpack_contents = list(/obj/item/tool/crowbar = 1, /obj/item/storage/bag/ore = 1, /obj/item/mining_voucher = 1)
|
||||
backpack_contents = list(/obj/item/tool/crowbar = 1, /obj/item/ore_bag = 1, /obj/item/mining_voucher = 1)
|
||||
flags = OUTFIT_HAS_BACKPACK|OUTFIT_EXTENDED_SURVIVAL
|
||||
|
||||
headset = /obj/item/radio/headset/miner
|
||||
|
||||
@@ -146,7 +146,7 @@
|
||||
/obj/item/clothing/gloves/black,
|
||||
/obj/item/clothing/shoes/black,
|
||||
/obj/item/analyzer,
|
||||
/obj/item/storage/bag/ore,
|
||||
/obj/item/ore_bag,
|
||||
/obj/item/flashlight/lantern,
|
||||
/obj/item/shovel,
|
||||
/obj/item/pickaxe,
|
||||
|
||||
Reference in New Issue
Block a user