mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-04-23 04:19:36 +08:00
玻璃大炮更改为破釜沉舟
This commit is contained in:
parent
aa697daee5
commit
34374a25ce
@ -278,11 +278,11 @@ namespace Oshima.FunGame.OshimaServers
|
|||||||
|
|
||||||
if (c.Id == 9)
|
if (c.Id == 9)
|
||||||
{
|
{
|
||||||
Skill 玻璃大炮 = new 玻璃大炮(c)
|
Skill 破釜沉舟 = new 破釜沉舟(c)
|
||||||
{
|
{
|
||||||
Level = 1
|
Level = 1
|
||||||
};
|
};
|
||||||
c.Skills.Add(玻璃大炮);
|
c.Skills.Add(破釜沉舟);
|
||||||
|
|
||||||
Skill 迅捷之势 = new 迅捷之势(c)
|
Skill 迅捷之势 = new 迅捷之势(c)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user