Skip to content

Commit

Permalink
fixed intercoms being added to player inventory after exiting the cry…
Browse files Browse the repository at this point in the history
  • Loading branch information
SirRichardFrancis authored Sep 1, 2023
1 parent cb9e1a2 commit dfac246
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions code/game/machinery/cryopod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -496,12 +496,7 @@
return

/obj/machinery/cryopod/relaymove(var/mob/user)
..()
//set_occupant(null, FALSE)
go_out()
for(var/obj/item/thing in contents)
thing.forceMove(loc)
user.equip_to_appropriate_slot(thing)
eject()


/obj/machinery/cryopod/proc/go_out()
Expand Down

0 comments on commit dfac246

Please sign in to comment.