Lavaland Update Part 2: Mobs

This commit is contained in:
Fox McCloud
2019-09-07 02:26:31 -04:00
parent 006d00c9ee
commit 0119d350b4
35 changed files with 253 additions and 170 deletions
@@ -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