From 02a0670826f0c6018cb357cec418a69ae363851f Mon Sep 17 00:00:00 2001 From: Anasari <13087574+Anasari@users.noreply.github.com> Date: Wed, 27 Jun 2018 21:06:22 +0800 Subject: [PATCH] Oops --- code/game/machinery/cryo.dm | 2 +- tgstation.dme | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 tgstation.dme 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