mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-24 17:11:40 +00:00
Merge pull request #8446 from listerla/airlocksound
Ports airlock break sound (try 2)
This commit is contained in:
@@ -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
|
||||
|
||||
BIN
sound/machines/airlock_break.ogg
Normal file
BIN
sound/machines/airlock_break.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user