| 赞 | 0 |
| VIP | 13 |
| 好人卡 | 7 |
| 积分 | 7 |
| 经验 | 32831 |
| 最后登录 | 2023-12-15 |
| 在线时间 | 530 小时 |
Lv2.观梦者
- 梦石
- 0
- 星屑
- 723
- 在线时间
- 530 小时
- 注册时间
- 2010-6-9
- 帖子
- 840
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
$game_party.members.each {|actor| actor.hp += [self.mhp*0.18].to_i unless actor.death_state?}
中的 [self.mhp*0.18].to_i,听说to_i浮点数转换成整数,会强行去掉小数点后面的数字,但为什么这段会报错?信息undefined method 'to_i' for [1343.879999999999]:Array
请教!
|
|