mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-27 02:23:10 +00:00
Merge pull request #8340 from MistakeNot4892/siffixes
Various tweaks on and around exploration.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user