Skip to content

Commit

Permalink
fixes inducers deleting cells (#5732)
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons committed Jul 20, 2023
1 parent 79fc9b2 commit 51d78df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/inducer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
if(opened && cell)
user.visible_message("<span class='notice'>[user] removes [cell] from [src]!</span>", "<span class='notice'>You remove [cell].</span>")
cell.update_icon()
user.put_in_hands(cell)
user.put_in_hands_or_drop(cell)
cell = null
update_icon()

Expand Down

0 comments on commit 51d78df

Please sign in to comment.