Ein-Linet / ss13

Automatically exported from code.google.com/p/ss13
0 stars 0 forks source link

BUG: Interaction across a divider #314

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Example) Players can click & drag a body across a window, then interact
with the other player's inventory despite the barrier

Original issue reported on code.google.com by KelsonG...@gmail.com on 8 Dec 2008 at 1:49

GoogleCodeExporter commented 9 years ago
Relevant Changes:
- Added LinkBlocked helper function (tests windows/doors between turfs)
- Added DirBlocked helper function (tests windows/doors in a turf by direction)
- LinkBlocked used by MouseDrop, equip_e/done, and Topic for show_inv

Original comment by KelsonG...@gmail.com on 8 Dec 2008 at 3:22

Attachments:

GoogleCodeExporter commented 9 years ago
Future Improvements: Output message indicating a barrier has blocked the attempt
(particularly in equip_e)

Original comment by KelsonG...@gmail.com on 8 Dec 2008 at 3:28

GoogleCodeExporter commented 9 years ago
Patch applied in rev 577

Original comment by KelsonG...@gmail.com on 9 Dec 2008 at 11:12