diff --git a/code/_onclick/click.dm b/code/_onclick/click.dm index 4f4be56a9bd..0f4079bad2e 100644 --- a/code/_onclick/click.dm +++ b/code/_onclick/click.dm @@ -204,9 +204,7 @@ if(!here || !there) return FALSE switch(reach) - if(0) - return FALSE - if(1) + if(0, 1) return FALSE //here.Adjacent(there) if(2 to INFINITY) var/obj/dummy = new(get_turf(here)) diff --git a/code/_onclick/cyborg.dm b/code/_onclick/cyborg.dm index 061fdde181c..d1a1ef14322 100644 --- a/code/_onclick/cyborg.dm +++ b/code/_onclick/cyborg.dm @@ -95,7 +95,7 @@ return // cyborgs are prohibited from using storage items so we can I think safely remove (A.loc && isturf(A.loc.loc)) - if(can_reach(A,W)) + if(can_reach(A, W)) W.melee_attack_chain(src, A, params) return else diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index c9cc1eb011d..222e4ebaa40 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -132,7 +132,7 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons var/belt_icon = null /// Holder var for the item outline filter, null when no outline filter on the item. var/outline_filter - ///In tiles, how far this weapon can reach; 1 for adjacent, which is default + /// In tiles, how far this weapon can reach; 1 for adjacent, which is default var/reach = 1 /obj/item/New() diff --git a/code/modules/surgery/organs/augments_arms.dm b/code/modules/surgery/organs/augments_arms.dm index 8e394361c39..04085714b37 100644 --- a/code/modules/surgery/organs/augments_arms.dm +++ b/code/modules/surgery/organs/augments_arms.dm @@ -479,12 +479,12 @@ . = ..() . += "A byproduct of Cybersun Incorporated's mistakes turned concept, the Razorwire Spool is a remarkable accident in itself. \ It consists of a fine, thread-like laser capable of being manipulated and swung like a whip. Designed for ease of deployment, the wire originates from the wrist, \ - allowing users with the implant to perform wide swings and precise cuts against soft targets. It's the same energy found in other common energy weapons, such as swords and daggers." + allowing users with the implant to perform wide swings and precise cuts against soft targets. It's the same energy found in other common energy weapons, such as swords and daggers." . += "Cybersun's investment into energy weapon development inadvertently led to the Razorwire Spool. Initially attempting to create an Energy Sword, \ they ended up with a material that, while superheated and correctly composed, failed to maintain a solid blade shape. Curious about this error, \ Cybersun repeated the process, producing an energy as thin as a wire. After several prototypes, they achieved a long, energy-like thread. \ Further innovation allowed them to conceal this in a forearm-sized container, \ - with a hand and wrist replacement made of the same durable material used to contain energy weapons. They would call it, the Razorwire." + with a hand and wrist replacement made of the same durable material used to contain energy weapons. They would call it, the Razorwire." . += "Favored by assassins for their stealth and efficiency, Cybersun exercises discretion in its distribution, favoring clients in their good graces. \ It falls behind other energy weapons due to its thinner and more loose pressure, however it is praised more as a side-arm for unarmored soft targets." @@ -503,12 +503,12 @@ . = ..() . += "A byproduct of Cybersun Incorporated's mistakes turned concept, the Razorwire Spool is a remarkable accident in itself. \ It consists of a fine, thread-like laser capable of being manipulated and swung like a whip. Designed for ease of deployment, the wire originates from the wrist, \ - allowing users with the implant to perform wide swings and precise cuts against soft targets. It's the same energy found in other common energy weapons, such as swords and daggers." + allowing users with the implant to perform wide swings and precise cuts against soft targets. It's the same energy found in other common energy weapons, such as swords and daggers." . += "Cybersun's investment into energy weapon development inadvertently led to the Razorwire Spool. Initially attempting to create an Energy Sword, \ they ended up with a material that, while superheated and correctly composed, failed to maintain a solid blade shape. Curious about this error, \ Cybersun repeated the process, producing an energy as thin as a wire. After several prototypes, they achieved a long, energy-like thread. \ Further innovation allowed them to conceal this in a forearm-sized container, \ - with a hand and wrist replacement made of the same durable material used to contain energy weapons. They would call it, the Razorwire." + with a hand and wrist replacement made of the same durable material used to contain energy weapons. They would call it, the Razorwire." . += "Favored by assassins for their stealth and efficiency, Cybersun exercises discretion in its distribution, favoring clients in their good graces. \ It falls behind other energy weapons due to its thinner and more loose pressure, however it is praised more as a side-arm for unarmored soft targets." diff --git a/code/modules/surgery/organs/autosurgeon.dm b/code/modules/surgery/organs/autosurgeon.dm index 54335cffcf8..4e825c13d60 100644 --- a/code/modules/surgery/organs/autosurgeon.dm +++ b/code/modules/surgery/organs/autosurgeon.dm @@ -102,12 +102,12 @@ . = ..() . += "A byproduct of Cybersun Incorporated's mistakes turned concept, the Razorwire Spool is a remarkable accident in itself. \ It consists of a fine, thread-like laser capable of being manipulated and swung like a whip. Designed for ease of deployment, the wire originates from the wrist, \ - allowing users with the implant to perform wide swings and precise cuts against soft targets. It's the same energy found in other common energy weapons, such as swords and daggers." + allowing users with the implant to perform wide swings and precise cuts against soft targets. It's the same energy found in other common energy weapons, such as swords and daggers." . += "Cybersun's investment into energy weapon development inadvertently led to the Razorwire Spool. Initially attempting to create an Energy Sword, \ they ended up with a material that, while superheated and correctly composed, failed to maintain a solid blade shape. Curious about this error, \ Cybersun repeated the process, producing an energy as thin as a wire. After several prototypes, they achieved a long, energy-like thread. \ Further innovation allowed them to conceal this in a forearm-sized container, \ - with a hand and wrist replacement made of the same durable material used to contain energy weapons. They would call it, the Razorwire." + with a hand and wrist replacement made of the same durable material used to contain energy weapons. They would call it, the Razorwire." . += "Favored by assassins for their stealth and efficiency, Cybersun exercises discretion in its distribution, favoring clients in their good graces. \ It falls behind other energy weapons due to its thinner and more loose pressure, however it is praised more as a side-arm for unarmored soft targets."