Skip to content

Commit

Permalink
bugfix: Allowed robots interactions with chem dispensers. (ss220-spac…
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell authored Apr 1, 2024
1 parent 32ebbba commit 89137d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/reagents/chemistry/machinery/chem_dispenser.dm
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,6 @@
SStgui.update_uis(src)
return

if(isrobot(user))
return

if(beaker)
to_chat(user, "<span class='warning'>Something is already loaded into the machine.</span>")
return
Expand Down

0 comments on commit 89137d3

Please sign in to comment.