Skip to content

Commit

Permalink
HELL
Browse files Browse the repository at this point in the history
  • Loading branch information
Re2Taz committed Oct 16, 2020
1 parent dbc6268 commit 6339e02
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 141 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/material/knives.dm
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
icon = 'icons/obj/weapons.dmi'
icon_state = "bonesickel"
item_state = "knife1"
desc = "A sickel."
desc = "A sickel made of flesh and bone."
force_divisor = 0.17 // 15 when wielded with hardness 60 (steel)
attack_verb = list("slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut")
applies_material_colour = FALSE
Expand Down
4 changes: 2 additions & 2 deletions code/game/objects/items/weapons/material/swords.dm
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@
parry_sounds = list('sound/weapons/blade_parry1.ogg', 'sound/weapons/blade_parry2.ogg', 'sound/weapons/blade_parry3.ogg')
drop_sound = 'sound/items/drop_sword.ogg'

/obj/item/weapon/material/sword/bone
/obj/item/weapon/material/sword/bonesword
name = "bone sword"
desc = "A medium sized sword made of flesh and bone."
icon_state = "zweihander"
icon_state = "bonesword"
item_state = "longsword"
force_divisor = 0.3
block_chance = 20
Expand Down
Loading

0 comments on commit 6339e02

Please sign in to comment.