Skip to content

Commit

Permalink
Load corpses into hypersleep chambers. (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ediblebomb committed Aug 15, 2024
1 parent f930e3c commit e1e6502
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/game/machinery/cryopod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,6 @@ GLOBAL_LIST_INIT(frozen_items, list(SQUAD_MARINE_1 = list(), SQUAD_MARINE_2 = li
var/willing = null //We don't want to allow people to be forced into despawning.
var/mob/living/M = G.grabbed_thing

if(M.stat == DEAD) //This mob is dead
to_chat(user, SPAN_WARNING("[src] immediately rejects [M]. \He passed away!"))
return

if(isxeno(M))
to_chat(user, SPAN_WARNING("There is no way [src] will accept [M]!"))
return
Expand Down

0 comments on commit e1e6502

Please sign in to comment.