Skip to content

Commit

Permalink
Fixes bar dispensers having duplicate glass overlays
Browse files Browse the repository at this point in the history
This could probably be done a smarter way but i am not smart and it works
  • Loading branch information
BarteG44 committed Dec 29, 2024
1 parent 2d1f5c7 commit 187974d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@
if(beaker)
try_put_in_hand(beaker, user)
beaker = null
update_appearance()
if(new_beaker)
beaker = new_beaker
update_appearance()
Expand Down

0 comments on commit 187974d

Please sign in to comment.