From c6fbb966c8b06478b430d35dff24d6b1869d6370 Mon Sep 17 00:00:00 2001 From: Sishen Date: Fri, 9 Aug 2019 03:55:08 -0400 Subject: [PATCH] honk --- code/game/objects/items/RCD.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items/RCD.dm b/code/game/objects/items/RCD.dm index 83f8792882..cce1778a03 100644 --- a/code/game/objects/items/RCD.dm +++ b/code/game/objects/items/RCD.dm @@ -551,6 +551,7 @@ RLD no_ammo_message = "Insufficient charge." desc = "A device used to rapidly build walls and floors." canRturf = TRUE + upgrade = TRUE /obj/item/construction/rcd/borg/useResource(amount, mob/user) @@ -622,7 +623,7 @@ RLD name = "admin RCD" max_matter = INFINITY matter = INFINITY - + upgrade = TRUE // Ranged RCD