This commit is contained in:
libccy 2016-04-29 20:25:08 +08:00
parent ed32ce797f
commit 92dc6cd4b1
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ character.sp={
shixie:['male','qun',3,['biluan','lixia']], shixie:['male','qun',3,['biluan','lixia']],
mayunlu:['female','shu',4,['fengpo','mashu']], mayunlu:['female','shu',4,['fengpo','mashu']],
zhanglu:['male','qun',3,['yishe','bushi','midao']], zhanglu:['male','qun',3,['yishe','bushi','midao']],
//from here
wutugu:['male','qun',15,['ranshang','hanyong']], wutugu:['male','qun',15,['ranshang','hanyong']],
//from here
sp_caiwenji:['female','wei',3,['chenqing','mozhi']], sp_caiwenji:['female','wei',3,['chenqing','mozhi']],
zhugeguo:['female','shu',3,['yuhua','qirang']], zhugeguo:['female','shu',3,['yuhua','qirang']],
liuzan:['male','wu',4,['fenyin']], liuzan:['male','wu',4,['fenyin']],
@ -2239,8 +2239,8 @@ character.sp={
} }
else{ else{
player.storage.ranshang=1; player.storage.ranshang=1;
player.markSkill('ranshang');
} }
player.markSkill('ranshang');
game.addVideo('storage',player,['ranshang',player.storage.ranshang]); game.addVideo('storage',player,['ranshang',player.storage.ranshang]);
}, },
intro:{ intro:{