mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-27 10:32:40 +00:00
The Final Fix probably maybe hopefully
This commit is contained in:
@@ -414,8 +414,8 @@
|
||||
hidden = 1
|
||||
category = "General"
|
||||
|
||||
/datum/autolathe/recipe/brassknuckles
|
||||
name = "brass knuckles"
|
||||
path = /obj/item/weapon/material/brassknuckles
|
||||
/datum/autolathe/recipe/knuckledusters
|
||||
name = "knuckle dusters"
|
||||
path = /obj/item/weapon/material/knuckledusters
|
||||
hidden = 1
|
||||
category = "Arms and Ammunition"
|
||||
@@ -8,11 +8,11 @@
|
||||
force_divisor = 0.3 // 18 with hardness 60 (steel)
|
||||
attack_verb = list("jabbed","stabbed","ripped")
|
||||
|
||||
/obj/item/weapon/material/brassknuckles
|
||||
name = "brass knuckles"
|
||||
/obj/item/weapon/material/knuckledusters
|
||||
name = "knuckle dusters"
|
||||
desc = "A pair of brass knuckles. Generally used to enhance the user's punches."
|
||||
icon_state = "brassknuckles"
|
||||
gender = "plural"
|
||||
icon_state = "knuckledusters"
|
||||
gender = PLURAL
|
||||
w_class = 2.0
|
||||
force_divisor = 0.63
|
||||
attack_verb = list("punched", "beaten", "struck")
|
||||
|
||||
Reference in New Issue
Block a user