Skip to content

Commit

Permalink
it's nothing, it's for free (#27730)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwertytoforty authored Dec 23, 2024
1 parent a5726ef commit 2e38c61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/game/objects/items/toys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1082,8 +1082,9 @@
headpocket_item = I

/obj/item/toy/plushie/skrellplushie/Destroy()
headpocket_item.forceMove(get_turf(src))
headpocket_item = null
if(headpocket_item)
headpocket_item.forceMove(get_turf(src))
headpocket_item = null
return ..()

/obj/item/toy/plushie/humanplushie
Expand Down

0 comments on commit 2e38c61

Please sign in to comment.