diff --git a/wadsrc/static/zscript/raven/artitele.txt b/wadsrc/static/zscript/raven/artitele.txt index 3242db92e..77a233dbe 100644 --- a/wadsrc/static/zscript/raven/artitele.txt +++ b/wadsrc/static/zscript/raven/artitele.txt @@ -49,7 +49,7 @@ class ArtiTeleport : Inventory } if (canlaugh) { // Full volume laugh - A_PlaySound ("*evillaugh", CHAN_VOICE, 1, false, ATTN_NONE); + Owner.A_PlaySound ("*evillaugh", CHAN_VOICE, 1, false, ATTN_NONE); } return true; }