Skip to content

Commit

Permalink
Merge pull request #30781 from Vimas21/razor_hat
Browse files Browse the repository at this point in the history
Razor Hat
  • Loading branch information
Spookerton authored Jun 26, 2021
2 parents b668fb1 + 1d62935 commit 241f4c9
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
6 changes: 6 additions & 0 deletions code/datums/uplink/stealthy_and_inconspicuous_weapons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@
desc = "A syringe gun disguised as an electronic cigarette with 4 darts included in the box. Chemicals not included!"
item_cost = 10
path = /obj/item/storage/box/syndie_kit/syringegun

/datum/uplink_item/item/stealthy_weapons/razor_hat
name = "Razor-Brimmed Bowler Hat"
desc = "This dapper hat hides several microrazors in its brim, and also provides some head protection. Land a trickshot for maximum damage."
item_cost = 15
path = /obj/item/clothing/head/bowlerhat/razor
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/material/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@
default_material = MATERIAL_SILVER

/obj/item/material/cross/gold
default_material = MATERIAL_GOLD
default_material = MATERIAL_GOLD
19 changes: 19 additions & 0 deletions code/modules/clothing/head/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,25 @@
desc = "For the gentleman of distinction."
body_parts_covered = 0

/obj/item/clothing/head/bowlerhat/razor
name = "bowler-hat"
desc = "The brim of this hat is covered in thin razors."
sharp = TRUE
edge = TRUE
force = 10
throwforce = 60
throw_range = 9
throw_speed = 4
does_spin = FALSE
attack_verb = list("sliced", "torn", "cut")
armor = list(
melee = ARMOR_MELEE_RESISTANT,
bullet = ARMOR_BALLISTIC_RESISTANT,
laser = ARMOR_LASER_HANDGUNS,
energy = ARMOR_ENERGY_SMALL,
bomb = ARMOR_BOMB_PADDED
)

/obj/item/clothing/head/beaverhat
name = "beaver hat"
icon_state = "beaver_hat"
Expand Down

0 comments on commit 241f4c9

Please sign in to comment.