Merge pull request #8446 from listerla/airlocksound

Ports airlock break sound (try 2)
This commit is contained in:
Atermonera
2022-03-20 11:24:31 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1159,7 +1159,7 @@ About the new airlock wires panel:
for (var/mob/O in viewers(src, null))
if ((O.client && !( O.blinded )))
O.show_message("[src.name]'s control panel bursts open, sparks spewing out!")
playsound(src.loc, 'sound/machines/airlock_break.ogg', 100, 1)
var/datum/effect_system/spark_spread/s = new /datum/effect_system/spark_spread
s.set_up(5, 1, src)
s.start()
@@ -1383,7 +1383,7 @@ About the new airlock wires panel:
src.closeOther = A
break
name = "\improper [name]"
. = ..()
//if assembly is given, create the new door from the assembly

Binary file not shown.