Update playsound.dm

This commit is contained in:
deathride58
2017-11-17 23:34:31 -05:00
committed by GitHub
parent 9cb06c70f6
commit 2d250c9b01

View File

@@ -92,12 +92,7 @@
if(SSevents.holidays && SSevents.holidays[APRIL_FOOLS])
pitch = pick(0.5, 0.7, 0.8, 0.85, 0.9, 0.95, 1.1, 1.2, 1.4, 1.6, 2.0, 2.5)
to_chat(src, "You feel the Honkmother messing with your song...")
<<<<<<< HEAD
SSblackbox.add_details("played_url", "[web_sound_input]|[ckey]")
=======
SSblackbox.record_feedback("nested tally", "played_url", 1, list("[ckey]", "[web_sound_input]"))
>>>>>>> 8b19b49... JSON feedback (#32188)
log_admin("[key_name(src)] played web sound: [web_sound_input]")
message_admins("[key_name(src)] played web sound: [web_sound_input]")
else