From bd5985d2ce4e1259c108937cab50da83e6370a04 Mon Sep 17 00:00:00 2001 From: "baloh.matevz@gmail.com" Date: Fri, 25 May 2012 07:45:34 +0000 Subject: [PATCH] - One ONBELT use remained. Fixing. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3660 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/objects/uplinks.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/uplinks.dm b/code/game/objects/uplinks.dm index 40d2849af1d..c0abb3efd05 100644 --- a/code/game/objects/uplinks.dm +++ b/code/game/objects/uplinks.dm @@ -318,7 +318,8 @@ A list of items and costs is stored under the datum of every game mode, alongsid var/temp = null //Temporary storage area for a message offering the option to destroy the radio var/selfdestruct = 0 //Set to 1 while the radio is self destructing itself. var/obj/item/device/radio/origradio = null - flags = FPRINT | TABLEPASS | CONDUCT | ONBELT + flags = FPRINT | TABLEPASS | CONDUCT + slot_flags = SLOT_BELT w_class = 2.0 item_state = "radio" throwforce = 5