fixes airlock audio inconsistency (#36574)

* fixes inconsistency

* replaces sound

* src
This commit is contained in:
Qustinnus
2018-03-21 23:06:11 -04:00
committed by ShizCalev
parent 283d2dc553
commit 441cd55c64
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
Binary file not shown.
Binary file not shown.