Merge pull request #8340 from MistakeNot4892/siffixes

Various tweaks on and around exploration.
This commit is contained in:
Atermonera
2021-11-21 00:04:24 -08:00
committed by GitHub
12 changed files with 74 additions and 14 deletions

View File

@@ -20,7 +20,7 @@
slot_flags = SLOT_BELT
force = 5
throwforce = 5
w_class = ITEMSIZE_NORMAL
w_class = ITEMSIZE_SMALL
var/open = FALSE
/obj/item/weapon/melee/umbrella/Initialize()
@@ -36,6 +36,7 @@
addblends = icon_state + "_a"
item_state = icon_state
update_icon()
w_class = open ? ITEMSIZE_NORMAL : ITEMSIZE_SMALL
if(ishuman(src.loc))
var/mob/living/carbon/human/H = src.loc
H.update_inv_l_hand(0)

View File

@@ -511,7 +511,7 @@
max_harvests = 3
min_harvests = 0
harvest_loot = list(
/obj/item/weapon/reagent_containers/food/snacks/grown/sif/wabback = 15,
/obj/item/weapon/reagent_containers/food/snacks/grown/sif/whitewabback = 15,
/obj/item/weapon/reagent_containers/food/snacks/grown/sif/blackwabback = 1,
/obj/item/weapon/reagent_containers/food/snacks/grown/sif/wildwabback = 30
)