From ee2ab7c9f0dfca8491e7b9c339911fe295ebd00d Mon Sep 17 00:00:00 2001
From: Ghom <42542238+Ghommie@users.noreply.github.com>
Date: Tue, 4 Feb 2020 23:51:55 +0100
Subject: [PATCH] Update defibrillator_mount.dm
---
code/game/machinery/defibrillator_mount.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/game/machinery/defibrillator_mount.dm b/code/game/machinery/defibrillator_mount.dm
index 7107a0baea..a1931e133a 100644
--- a/code/game/machinery/defibrillator_mount.dm
+++ b/code/game/machinery/defibrillator_mount.dm
@@ -129,7 +129,7 @@
if(clamps_locked)
to_chat(user, "You try to tug out [defib], but the mount's clamps are locked tight!")
return
- if(!user.get_empty_held_indexes)
+ if(!user.get_empty_held_indexes())
to_chat(user, "You need a free hand!")
return
user.put_in_hands(defib)