Fixes material accessories having slowdown applied (#17548)

* the weight of atlas on my shoulders no more.

fixes #17537

* De-dupe
This commit is contained in:
eghughguhhhhhh
2025-04-21 05:19:05 +02:00
committed by GitHub
parent 9cdae22a22
commit ef0861c488
2 changed files with 4 additions and 0 deletions
@@ -51,6 +51,8 @@
/obj/item/clothing/accessory/bracelet/material
icon_state = "materialbracelet"
material_slowdown_multiplier = 0
slowdown = 0
/obj/item/clothing/accessory/bracelet/material/Initialize(mapload, var/new_material)
. = ..()
@@ -19,6 +19,7 @@
force = 7 //base punch strength is 5
punch_force = 2 //added to base punch strength when added as a glove accessory
siemens_coefficient = 1
slowdown = 0
/////////////////////////////////////////
//Standard Rings
@@ -136,6 +137,7 @@
/obj/item/clothing/accessory/ring/material
icon = 'icons/inventory/hands/item.dmi'
icon_state = "material"
material_slowdown_multiplier = 0 //it's a ring, it's never gonna be heavy enough to matter
/obj/item/clothing/accessory/ring/material/Initialize(mapload, var/new_material)
. = ..()