diff --git a/code/game/machinery/cryo.dm b/code/game/machinery/cryo.dm index 4fcaf7d1251..93bf77f9956 100644 --- a/code/game/machinery/cryo.dm +++ b/code/game/machinery/cryo.dm @@ -457,7 +457,7 @@ else if(usr.incapacitated()) //are you cuffed, dying, lying, stunned or other return - log_game("[key_name(occupant)] ejected by [key_name(usr)] at cryo cell at [COORD(src)]") + add_attack_logs(user, occupant, "Ejected from cryo cell at [COORD(src)]") go_out() add_fingerprint(usr) return diff --git a/tgstation.dme b/tgstation.dme deleted file mode 120000 index abc8cf17220..00000000000 --- a/tgstation.dme +++ /dev/null @@ -1 +0,0 @@ -paradise.dme \ No newline at end of file