Ported knocking on windows

This commit is contained in:
Whitellama
2012-11-10 19:07:32 -08:00
parent 4fd90875bc
commit 421e41f3e2

View File

@@ -120,6 +120,12 @@
src.density = 0
del(src)
return
else
playsound(src.loc, 'Glassknock.ogg', 80, 1)
usr.visible_message("[usr.name] knocks on the [src.name].", \
"You knock on the [src.name].", \
"You hear a knocking sound.")
return
/obj/structure/window/attack_paw()
if ((HULK in usr.mutations))