mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 07:33:34 +01:00
Lavaland Update Part 2: Mobs
This commit is contained in:
@@ -733,6 +733,7 @@
|
||||
item_state = "explorer1"
|
||||
storage_slots = 6
|
||||
max_w_class = WEIGHT_CLASS_BULKY
|
||||
max_combined_w_class = 20
|
||||
use_item_overlays = 0
|
||||
can_hold = list(
|
||||
/obj/item/crowbar,
|
||||
@@ -750,6 +751,7 @@
|
||||
/obj/item/resonator,
|
||||
/obj/item/mining_scanner,
|
||||
/obj/item/pickaxe,
|
||||
/obj/item/shovel,
|
||||
/obj/item/stack/sheet/animalhide,
|
||||
/obj/item/stack/sheet/sinew,
|
||||
/obj/item/stack/sheet/bone,
|
||||
@@ -764,13 +766,25 @@
|
||||
/obj/item/survivalcapsule,
|
||||
/obj/item/t_scanner/adv_mining_scanner,
|
||||
/obj/item/reagent_containers/food/pill,
|
||||
/obj/item/storage/pill_bottle,
|
||||
/obj/item/stack/ore,
|
||||
/obj/item/reagent_containers/food/drinks,
|
||||
/obj/item/organ/internal/hivelord_core,
|
||||
/obj/item/organ/internal/regenerative_core,
|
||||
/obj/item/wormhole_jaunter,
|
||||
/obj/item/storage/bag/plants,
|
||||
/obj/item/stack/marker_beacon)
|
||||
|
||||
/obj/item/storage/belt/mining/New()
|
||||
..()
|
||||
new /obj/item/survivalcapsule(src)
|
||||
/obj/item/storage/belt/mining/vendor/Initialize(mapload)
|
||||
. = ..()
|
||||
new /obj/item/survivalcapsule(src)
|
||||
|
||||
/obj/item/storage/belt/mining/alt
|
||||
icon_state = "explorer2"
|
||||
item_state = "explorer2"
|
||||
|
||||
/obj/item/storage/belt/mining/primitive
|
||||
name = "hunter's belt"
|
||||
desc = "A versatile belt, woven from sinew."
|
||||
icon_state = "ebelt"
|
||||
item_state = "ebelt"
|
||||
storage_slots = 5
|
||||
Reference in New Issue
Block a user