From f1b7e9f7cc8effc8cb44988ac74bf95ae066c90c Mon Sep 17 00:00:00 2001 From: mochi Date: Mon, 14 Sep 2020 20:15:09 +0200 Subject: [PATCH] please just end my life --- code/datums/action.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/datums/action.dm b/code/datums/action.dm index ba0e801fb9e..11ab496d386 100644 --- a/code/datums/action.dm +++ b/code/datums/action.dm @@ -236,7 +236,6 @@ /datum/action/item_action/vortex_recall/IsAvailable() if(istype(target, /obj/item/hierophant_club)) - name = "Change Headphones Song" var/obj/item/hierophant_club/H = target if(H.teleporting) return 0