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