Add siren functionality

This commit is contained in:
Andrew-71 2023-08-05 22:54:03 +03:00
parent 33249927b1
commit 48423a2325
5 changed files with 59 additions and 9 deletions

View file

@ -140,5 +140,6 @@
"block.new_soviet.landmine": "AP Landmine",
"block.new_soviet.chiseled_mangrove_door": "Chiseled Mangrove Door",
"block.new_soviet.chiseled_oak_door": "Chiseled Oak Door",
"block.new_soviet.chiseled_spruce_door": "Chiseled Spruce Door"
"block.new_soviet.chiseled_spruce_door": "Chiseled Spruce Door",
"subtitles.new_soviet.siren": "Siren goes off"
}

View file

@ -4,6 +4,12 @@
"sounds": [
"new_soviet:dice_roll"
]
},
"siren_sound": {
"subtitle": "subtitles.new_soviet.siren",
"sounds": [
"new_soviet:siren"
]
}
}

Binary file not shown.