From 22dbd3d26508a51a01f99d7622ffe2f6a1144cc0 Mon Sep 17 00:00:00 2001 From: Tupinambis Date: Fri, 17 Jan 2020 12:23:13 -0600 Subject: [PATCH] Nerfs RLDs in general. You know I had to do it to em. --- code/game/objects/items/RCD.dm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/code/game/objects/items/RCD.dm b/code/game/objects/items/RCD.dm index e151450d8a..3f57fa7cdf 100644 --- a/code/game/objects/items/RCD.dm +++ b/code/game/objects/items/RCD.dm @@ -677,18 +677,18 @@ RLD icon_state = "rld" lefthand_file = 'icons/mob/inhands/equipment/tools_lefthand.dmi' righthand_file = 'icons/mob/inhands/equipment/tools_righthand.dmi' - matter = 500 - max_matter = 500 - sheetmultiplier = 16 + matter = 200 + max_matter = 200 + sheetmultiplier = 5 var/mode = LIGHT_MODE actions_types = list(/datum/action/item_action/pick_color) ammo_sections = 5 has_ammobar = TRUE - var/wallcost = 10 - var/floorcost = 15 - var/launchcost = 5 - var/deconcost = 10 + var/wallcost = 20 + var/floorcost = 25 + var/launchcost = 10 + var/deconcost = 20 var/walldelay = 10 var/floordelay = 10