diff --git a/code/modules/research/stock_parts.dm b/code/modules/research/stock_parts.dm index 6009118aa1f..4ee8ea23b77 100644 --- a/code/modules/research/stock_parts.dm +++ b/code/modules/research/stock_parts.dm @@ -23,11 +23,10 @@ return else if(works_from_distance) - if(get_dist(user, T) < 8) - if(istype(T)) - if(T.component_parts) - T.exchange_parts(user, src) - user.Beam(T,icon_state="rped_upgrade",icon='icons/effects/effects.dmi',time=5) + if(istype(T)) + if(T.component_parts) + T.exchange_parts(user, src) + user.Beam(T,icon_state="rped_upgrade",icon='icons/effects/effects.dmi',time=5) return /obj/item/weapon/storage/part_replacer/bluespace diff --git a/html/changelogs/Laharl Montogmmery-PR-10076.yml b/html/changelogs/Laharl Montogmmery-PR-10076.yml index bc8618f9d3f..20bc33c09fc 100644 --- a/html/changelogs/Laharl Montogmmery-PR-10076.yml +++ b/html/changelogs/Laharl Montogmmery-PR-10076.yml @@ -34,5 +34,4 @@ delete-after: True # Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. changes: - rscadd: "Click and drag from a bag/stachel/Storage Object to dump his contents on a tile near you. You can do so into another storage item, a bin, or the ground/table if there's nothing else." - - rscadd: "Storage Content Transfer : Bluespace Boogaloo! You can now transfer the content of the BoH/BRPED into tiles/bins/bags out of your reach. Range is 7 tiles." - - rscadd: "BRPED has a range of 7 tiles now for replacing parts now." \ No newline at end of file + - rscadd: "Storage Content Transfer : Bluespace Boogaloo! You can now transfer the content of the BoH/BRPED into tiles/bins/bags out of your reach. Range is 7 tiles." \ No newline at end of file