Shovel digging refactor (#19345)

* fixes per pile lootable counts

* shovel digging element

* retooled to flag

* take two

* proc that

* sand digging

* collapse that system in too

* allow base loot

* desc

* potat

* fix that

* no making that on rocks

* oops

* var version

* prevent that dupe

* fixes

---------

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
Will
2026-03-26 22:10:06 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent 3fc4d84466
commit bf29ca396f
14 changed files with 143 additions and 97 deletions
+3
View File
@@ -373,6 +373,9 @@ GLOBAL_LIST_EMPTY(mining_overlay_cache)
if(istype(W, /obj/item/shovel))
var/obj/item/shovel/S = W
if(S.grave_mode)
shovel_dig_grave(user, S)
return
valid_tool = 1
digspeed = S.digspeed
@@ -370,7 +370,6 @@
icon_state = "fur0"
edge_blending_priority = 4
initial_flooring = /datum/decl/flooring/fur
can_dig = FALSE
var/tree_chance = 25
var/tree_color = null
var/tree_type = /obj/structure/flora/tree/fur