Skip to content

Commit

Permalink
also does the thing ruko said
Browse files Browse the repository at this point in the history
Co-authored-by: Rukofamicom <oozelingcomplaints@gmail.com>
  • Loading branch information
RDS88-beeman and Rukofamicom authored Oct 21, 2024
1 parent e2797a7 commit 6db0a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mining/equipment/mining_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
custom_materials = list(/datum/material/iron=2000) //one sheet, but where can you make them?
tool_behaviour = TOOL_MINING
toolspeed = 0.5
var/stamina_use = 6
var/stamina_use = 5
usesound = list('sound/effects/picaxe1.ogg', 'sound/effects/picaxe2.ogg', 'sound/effects/picaxe3.ogg')
attack_verb_continuous = list("hits", "pierces", "slices", "attacks")
attack_verb_simple = list("hit", "pierce", "slice", "attack")
Expand Down

0 comments on commit 6db0a2c

Please sign in to comment.