Skip to content

Commit a894157

Browse files
authored
Fix missing +use SFX for when the player doesn't have a pgun. (#8)
* Commit files. * Update version number.
1 parent e38018e commit a894157

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

p1_pgun/addon.kv3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- kv3 encoding:text:version{e21c7f3c-8a33-41c5-9977-a76d3a32aa0d} format:generic:version{7412167c-06e9-4698-aff2-e63eb59037e7} -->
22
{
33
mod = "P1 Portal Gun (★)"
4-
description = "Replaces the portal gun with the variant from Portal 1.\n\nIncludes particle replacements provided by Electrodynamite12.\nAlso includes sound replacements for prop pickup, +use, firing, and portals.\n\nVersion 2.0.0"
4+
description = "Replaces the portal gun with the variant from Portal 1.\n\nIncludes particle replacements provided by Electrodynamite12.\nAlso includes sound replacements for prop pickup, +use, firing, and portals.\n\nVersion 2.0.1"
55
type = ""
66
id = 0
77
thumbnail = ".assets/thumb.jpg"

p1_pgun/scripts/sounds/p1_pgun.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,13 +225,13 @@
225225
"channel" "CHAN_AUTO"
226226
"soundlevel" "SNDLVL_75dB"
227227
"volume" "0.00"
228-
"wave" "p1_pgun/object_use_no_gun_01.wav"
228+
"wave" "p1_pgun/object_use_failure_01.wav"
229229
}
230230

231231
"PortalPlayer.UseDenyNoGun"
232232
{
233233
"channel" "CHAN_AUTO"
234234
"volume" "0.15"
235235
"soundlevel" "SNDLVL_75dB"
236-
"wave" "p1_pgun/object_use_no_gun_01.wav"
236+
"wave" "p1_pgun/object_use_failure_01.wav"
237237
}
-3.74 KB
Binary file not shown.

0 commit comments

Comments
 (0)