From 7b08f73b25a539435599ccaf5f4f77c4a17fa5e6 Mon Sep 17 00:00:00 2001 From: Couls Date: Mon, 11 Mar 2019 20:51:12 -0400 Subject: [PATCH] Add a line about ctrl-clicking --- code/game/objects/items/weapons/defib.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/defib.dm b/code/game/objects/items/weapons/defib.dm index 84a400887b0..4f6858b9cdf 100644 --- a/code/game/objects/items/weapons/defib.dm +++ b/code/game/objects/items/weapons/defib.dm @@ -2,7 +2,7 @@ /obj/item/defibrillator name = "defibrillator" - desc = "A device that delivers powerful shocks to detachable paddles that resuscitate incapacitated patients." + desc = "A device that delivers powerful shocks to detachable paddles that resuscitate incapacitated patients. Ctrl-click on it to remove the paddles from the defibrillator." icon_state = "defibunit" item_state = "defibunit" slot_flags = SLOT_BACK