From eb8133cf3bf9fa3aed17e91c80e3510b5eb96040 Mon Sep 17 00:00:00 2001 From: Arturlang Date: Fri, 28 Jun 2019 11:35:00 +0300 Subject: [PATCH] Defines var Filthy webedits, i know. --- code/datums/martial.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/martial.dm b/code/datums/martial.dm index 2bc01e0bf6..ae8f92a342 100644 --- a/code/datums/martial.dm +++ b/code/datums/martial.dm @@ -5,6 +5,7 @@ var/current_target var/datum/martial_art/base // The permanent style. This will be null unless the martial art is temporary var/deflection_chance = 0 //Chance to deflect projectiles + var/reroute_deflection = FALSE //Delete the bullet, or actually deflect it in some direction? var/block_chance = 0 //Chance to block melee attacks using items while on throw mode. var/restraining = 0 //used in cqc's disarm_act to check if the disarmed is being restrained and so whether they should be put in a chokehold or not var/help_verb