From 35588f38108f649bde92fcf49128281b7ac8ddd8 Mon Sep 17 00:00:00 2001 From: scrubmcnoob Date: Thu, 5 Oct 2017 19:10:43 -0400 Subject: [PATCH] change fox change --- code/game/gamemodes/cult/talisman.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/gamemodes/cult/talisman.dm b/code/game/gamemodes/cult/talisman.dm index 46fa8169459..7d046c82180 100644 --- a/code/game/gamemodes/cult/talisman.dm +++ b/code/game/gamemodes/cult/talisman.dm @@ -149,8 +149,6 @@ var/input_rune_key = input(user, "Choose a rune to teleport to.", "Rune to Teleport to") as null|anything in potential_runes //we know what key they picked var/obj/effect/rune/teleport/actual_selected_rune = potential_runes[input_rune_key] //what rune does that key correspond to? if(!src || qdeleted(src) || !user || user.l_hand != src && user.r_hand != src || user.incapacitated() || !actual_selected_rune) - to_chat(user, "You must have the talisman in a active hand to operate it!") - log_game("Teleport talisman failed - not in active hand or user restrained or dead") return ..(user, 0) user.visible_message("Dust flows from [user]'s hand, and they disappear in a flash of red light!", \