From f5c3d0b9cff5acdabe9a1ac0211dfd6c3d1bdce6 Mon Sep 17 00:00:00 2001 From: Firecage Date: Thu, 21 Aug 2014 16:07:14 +0200 Subject: [PATCH] Fix for 1 use freedom implant --- code/game/objects/items/weapons/implants/implantfreedom.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/implants/implantfreedom.dm b/code/game/objects/items/weapons/implants/implantfreedom.dm index 879faa9f2bd..fdf63866f6b 100644 --- a/code/game/objects/items/weapons/implants/implantfreedom.dm +++ b/code/game/objects/items/weapons/implants/implantfreedom.dm @@ -5,7 +5,7 @@ desc = "Use this to escape from those evil Red Shirts." item_color = "r" var/activation_emote = "chuckle" - var/uses = 1.0 + var/uses = 4.0 /obj/item/weapon/implant/freedom/New()