From b2cb2923dab007b00b287137aedbb071e57bd405 Mon Sep 17 00:00:00 2001 From: Razharas Date: Sat, 10 Oct 2015 02:06:57 +0300 Subject: [PATCH] Fixed bgos description Fixed bgos description --- code/game/machinery/syndicatebeacon.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/machinery/syndicatebeacon.dm b/code/game/machinery/syndicatebeacon.dm index e3a59ad9bdc..d8fce89f1ea 100644 --- a/code/game/machinery/syndicatebeacon.dm +++ b/code/game/machinery/syndicatebeacon.dm @@ -220,5 +220,5 @@ droptype = /obj/machinery/syndicatebomb /obj/item/device/sbeacondrop/powersink - desc = "A label on it reads: Warning: Activating this device will send a high-ordinance explosive to your location." - droptype = /obj/item/device/powersink + desc = "A label on it reads: Warning: Activating this device will send a power draining device to your location." + droptype = /obj/item/device/powersink