Merge pull request #13890 from silicons/parry

ablative parry armwraps
This commit is contained in:
Lin
2021-02-05 23:52:18 -06:00
committed by GitHub
7 changed files with 108 additions and 6 deletions
@@ -104,3 +104,10 @@
desc = "An eyepatch that connects itself to your eye socket, enhancing your shooting to an impossible degree, allowing your bullets to ricochet far more often than usual."
item = /obj/item/clothing/glasses/eyepatch/syndicate
cost = 8
/datum/uplink_item/device_tools/ablative_armwraps
name = "Ablative Armwraps"
desc = "A pair of highly reinforced armwraps allowing the user to parry almost anything. Fully reflects projectiles, no downsides to failing, but is very hard to parry melee with."
cost = 6
item = /obj/item/clothing/gloves/fingerless/ablative
exclude_modes = list(/datum/game_mode/nuclear)