[MIRROR] fixes airlock audio inconsistency (#6068)

* fixes airlock audio inconsistency (#36574)

* fixes inconsistency

* replaces sound

* src

* fixes airlock audio inconsistency
This commit is contained in:
CitadelStationBot
2018-03-22 06:11:42 -05:00
committed by Poojawa
parent 4f6fc9affa
commit b02180de44
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1091,7 +1091,7 @@
if(obj_flags & EMAGGED)
return FALSE
use_power(50)
playsound(src.loc, doorOpen, 30, 1)
playsound(src, doorOpen, 30)
if(src.closeOther != null && istype(src.closeOther, /obj/machinery/door/airlock/) && !src.closeOther.density)
src.closeOther.close()
else