[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:
committed by
Poojawa
parent
4f6fc9affa
commit
b02180de44
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user