From 6758761a6554691d5cf6e0a3cf3dc685ea4f338b Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Wed, 18 Mar 2020 11:44:33 -0700 Subject: [PATCH] Update action.dm (#11521) --- code/datums/action.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/datums/action.dm b/code/datums/action.dm index 144f5f7946..19e418579e 100644 --- a/code/datums/action.dm +++ b/code/datums/action.dm @@ -676,7 +676,8 @@ //Preset for general and toggled actions /datum/action/innate - check_flags = 0 + check_flags = NONE + required_mobility_flags = NONE var/active = 0 /datum/action/innate/Trigger()