From 2ac164812cf2c47753ff2a42864de7ff859a1cdb Mon Sep 17 00:00:00 2001 From: davipatury Date: Wed, 8 Mar 2017 12:04:19 -0300 Subject: [PATCH] Fox's suggestions. --- code/game/objects/items/weapons/RCL.dm | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/code/game/objects/items/weapons/RCL.dm b/code/game/objects/items/weapons/RCL.dm index b209316b37e..524fd38eb80 100644 --- a/code/game/objects/items/weapons/RCL.dm +++ b/code/game/objects/items/weapons/RCL.dm @@ -4,14 +4,11 @@ icon = 'icons/obj/tools.dmi' icon_state = "rcl-0" item_state = "rcl-0" - lefthand_file = 'icons/mob/inhands/items_lefthand.dmi' - righthand_file = 'icons/mob/inhands/items_righthand.dmi' opacity = 0 - siemens_coefficient = 1 //Not quite as conductive as working with cables themselves - force = 5.0 //Plastic is soft - throwforce = 5.0 + force = 5 //Plastic is soft + throwforce = 5 throw_speed = 1 - throw_range = 10 + throw_range = 7 w_class = WEIGHT_CLASS_NORMAL origin_tech = "engineering=4;materials=4" var/max_amount = 90 @@ -70,7 +67,7 @@ loaded = null last = null active = 0 - ..() + return ..() /obj/item/weapon/twohanded/rcl/update_icon() if(!loaded) @@ -95,7 +92,7 @@ update_icon() if(!loaded || !loaded.amount) if(loud) - to_chat(user, "The last of the cables unreel from \the [src].") + to_chat(user, "The last of the cables unreel from [src].") if(loaded) qdel(loaded) loaded = null