Add wings sounds.

This commit is contained in:
lbnesquik
2019-01-21 20:30:02 +01:00
parent 3e4f380670
commit 2e10d79730
5 changed files with 6 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@
return 1
var/mob/M = mover //Chomp edit
if(istype(M) && M.flying)
playsound(M, 'sound/effects/wing1.ogg', 20, 1)
return 1
if(locate(/obj/structure/table/bench) in get_turf(mover))
return 0