Reverts BPRED change.

This commit is contained in:
LaharlMontogmmery
2015-06-24 19:51:28 +02:00
parent 44b10eb779
commit 6cab00e31b
2 changed files with 5 additions and 7 deletions
+4 -5
View File
@@ -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
@@ -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."
- 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."