Knocking sound

This commit is contained in:
KorPhaeron
2016-04-29 19:43:22 -05:00
parent 209a3d3e8e
commit 5a09b7f8d9
+2
View File
@@ -20,6 +20,8 @@
if(safety == "Abort" || !in_range(src, user) || !src || boss || user.incapacitated())
return
boss = TRUE
user << "You knock on the door."
playsound(user.loc, 'sound/effects/shieldbash.ogg', 50, 1)
visible_message("<span class='danger'>Legion emerges from the Necropolis!</span>")
message_admins("[key_name_admin(user)] has summoned Legion.")
log_game("[key_name(user)] summoned Legion.")