mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-22 04:01:33 +00:00
tweak to the cheat menu's saber assignments
This commit is contained in:
parent
1477f452a8
commit
5b98fcfbd6
1 changed files with 3 additions and 3 deletions
|
@ -292,7 +292,7 @@
|
||||||
action
|
action
|
||||||
{
|
{
|
||||||
play "sound/interface/button1.wav" ;
|
play "sound/interface/button1.wav" ;
|
||||||
exec "saber single; vstr set_saber_color"
|
exec "saber single_1; vstr set_saber_color"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -316,7 +316,7 @@
|
||||||
action
|
action
|
||||||
{
|
{
|
||||||
play "sound/interface/button1.wav" ;
|
play "sound/interface/button1.wav" ;
|
||||||
exec "saber single single; vstr set_saber_color"
|
exec "saber single 1; vstr set_saber_color"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -340,7 +340,7 @@
|
||||||
action
|
action
|
||||||
{
|
{
|
||||||
play "sound/interface/button1.wav" ;
|
play "sound/interface/button1.wav" ;
|
||||||
exec "saber dual_1; vstr set_saber_color"
|
exec "saber dual_3; vstr set_saber_color"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue