Revert "Megaphone Say Signals (#12926)" (#13551)

This commit is contained in:
Matt Atlas
2022-04-18 11:03:59 +02:00
committed by GitHub
parent 0ea3625895
commit d1d8a55f3d
20 changed files with 117 additions and 154 deletions
+2 -6
View File
@@ -1434,12 +1434,8 @@ All custom items with worn sprites must follow the contained sprite system: http
item_state = "akinyi_mic"
w_class = ITEMSIZE_SMALL
contained_sprite = TRUE
speech_sound = null
/obj/item/device/megaphone/fluff/akinyi_mic/modify_say(mob/M, list/say_modifiers) // not a foolproof update, but will avoid most of the oddities with the megaphone rewrite
if(loc != M && get_dist(get_turf(src), M) > 1)
return
return ..()
activation_sound = null
needs_user_location = FALSE
/obj/item/fluff/akinyi_stand //Telescopic Mic Stand - Akinyi Idowu - kyres1
name = "telescopic mic stand"