From 3d1faff99b5a8159ca605dcdc2d83bd31f219b76 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 21 Jun 2018 00:39:29 -0500 Subject: [PATCH] [MIRROR] Adds desc to IV drips (#7205) * Merge pull request #38608 from 81Denton/iv-drip-desc Adds desc to IV drips * Adds desc to IV drips --- code/game/machinery/iv_drip.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/machinery/iv_drip.dm b/code/game/machinery/iv_drip.dm index 409e64ca7e..2f8bf41a0b 100644 --- a/code/game/machinery/iv_drip.dm +++ b/code/game/machinery/iv_drip.dm @@ -3,6 +3,7 @@ /obj/machinery/iv_drip name = "\improper IV drip" + desc = "An IV drip with an advanced infusion pump that can both drain blood into and inject liquids from attached containers. Blood packs are processed at an accelerated rate." icon = 'icons/obj/iv_drip.dmi' icon_state = "iv_drip" anchored = FALSE