Smith Addition: Productivity Bit (#28999)

* Adds productivity bit

* Digging sand

* Proper smithing costs
This commit is contained in:
PollardTheDragon
2025-04-26 14:15:34 +00:00
committed by GitHub
parent bdf4863757
commit 5a5e760f37
7 changed files with 51 additions and 10 deletions
+2
View File
@@ -182,6 +182,8 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons
var/bit_failure_rate = 0
/// Efficiency modifier for tools that use energy or fuel
var/bit_efficiency_mod = 1
/// Productivity modifier for tools
var/bit_productivity_mod = 1
///////////////////////////
// MARK: item hover FX