Address AA

This commit is contained in:
mochi
2020-09-14 19:58:18 +02:00
parent 7e3fb680c0
commit fa9eb84c8b
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -234,6 +234,14 @@
desc = "Recall yourself, and anyone nearby, to an attuned hierophant beacon at any time.<br>If the beacon is still attached, will detach it."
button_icon_state = "vortex_recall"
/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
return ..()
/datum/action/item_action/change_headphones_song
name = "Change Headphones Song"