Update defibrillator_mount.dm

This commit is contained in:
Ghom
2020-02-04 23:51:55 +01:00
committed by GitHub
parent 3cd6cfb7d5
commit ee2ab7c9f0

View File

@@ -129,7 +129,7 @@
if(clamps_locked)
to_chat(user, "<span class='warning'>You try to tug out [defib], but the mount's clamps are locked tight!</span>")
return
if(!user.get_empty_held_indexes)
if(!user.get_empty_held_indexes())
to_chat(user, "<span class='warning'>You need a free hand!</span>")
return
user.put_in_hands(defib)