mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
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:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user