Paradise icon indicating copy to clipboard operation
Paradise copied to clipboard

Beaker swapping with Telekinesis

Open Danchi299 opened this issue 3 months ago • 0 comments

Exploit Reports

  • [X] I confirm this issue is not an exploit. (Required)

BYOND Version

515.1620

Issue Description

I tried to put a glass into full soda fountain, the glass that was already inside the fountain teleported into my hand

What did you expect to happen?

I expected for glass inside to drop to the ground near the soda fountain

What happened instead?

I now have coffee inside my hand

Why is this bad/What are the consequences?

This was unintended effect of my beaker swapping PR #22915

if(beaker)
    user.put_in_hands(beaker)

You should not be able to teleport things into your hands from the distance

Steps to reproduce the issue.

  1. Have telekenesis
  2. Find machine that can swap beakers, such as soda fountain or chem-dispenser
  3. Load beaker into machine
  4. Try to load another beaker into machine using telekinesis

When did the problem start happening?

#22915

Danchi299 avatar Mar 19 '24 08:03 Danchi299