From 4b90b9f6cdeda9550ae5031a2b28a04353df454d Mon Sep 17 00:00:00 2001 From: Helg2 Date: Sat, 24 Aug 2024 21:52:46 +0300 Subject: [PATCH] Update order_action.dm --- code/datums/actions/order_action.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/datums/actions/order_action.dm b/code/datums/actions/order_action.dm index 1b34232d0f7..3853d10c4b7 100644 --- a/code/datums/actions/order_action.dm +++ b/code/datums/actions/order_action.dm @@ -39,6 +39,8 @@ . = ..() if(!.) return + if(!should_show()) + return FALSE if(owner.stat != CONSCIOUS || TIMER_COOLDOWN_CHECK(owner, COOLDOWN_CIC_ORDERS)) return FALSE