Skip to content

Commit

Permalink
NO more evil cryo
Browse files Browse the repository at this point in the history
  • Loading branch information
Miliviu committed Apr 4, 2024
1 parent b0262c5 commit e412743
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/machinery/cryopod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,9 @@ GLOBAL_LIST_EMPTY(cryopod_computers)
if(!istype(target) || user.incapacitated() || !target.Adjacent(user) || !Adjacent(user) || !ismob(target) || (!ishuman(user) && !iscyborg(user)) || !istype(user.loc, /turf) || target.buckled)
return

if(!target.key)
to_chat(user, "<span class='notice'>[target] is not a player controled mob.</span>")
return
if(occupant)
to_chat(user, "<span class='boldnotice'>The cryo pod is already occupied!</span>")
return
Expand Down

0 comments on commit e412743

Please sign in to comment.