From a1785d2bd07e020460c87bdc2183b3bc606c3efe Mon Sep 17 00:00:00 2001 From: manofpepsi <71612753+manofpepsi@users.noreply.github.com> Date: Sun, 19 Sep 2021 20:27:06 +0300 Subject: [PATCH] holographic esword doesnt have blockchance (#61548) fixes the holosword having inherited block chance from its parent after the transforming weapons refactor. --- code/modules/holodeck/items.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/holodeck/items.dm b/code/modules/holodeck/items.dm index 54caffca6cb..78474d0a826 100644 --- a/code/modules/holodeck/items.dm +++ b/code/modules/holodeck/items.dm @@ -12,6 +12,7 @@ desc = "May the force be with you. Sorta." damtype = STAMINA throw_speed = 2 + block_chance = 0 throwforce = 0 embedding = null sword_color_icon = null