| 赞 | 295  | 
 
| VIP | 11 | 
 
| 好人卡 | 74 | 
 
| 积分 | 233 | 
 
| 经验 | 281171 | 
 
| 最后登录 | 2025-11-2 | 
 
| 在线时间 | 9470 小时 | 
 
 
 
 
 
Lv5.捕梦者 (暗夜天使)   只有笨蛋才会看到 
	- 梦石
 - 1 
 
        - 星屑
 - 22294 
 
        - 在线时间
 - 9470 小时
 
        - 注册时间
 - 2012-6-19
 
        - 帖子
 - 7126
 
 
   
 
 | 
	
 本帖最后由 喵呜喵5 于 2016-2-29 10:42 编辑  
- def equip_slots
 
 -   slot = [5,6,7,8,9,10,11,12]
 
 -   [a,b,c,d,e].each_with_index do |value, index|
 
 -     slot[index] = case value
 
 -                        when 1 then 13
 
 -                        when 2 then 14
 
 -                        when 3 then 15
 
 -                        end
 
  
-   end
 
 -   return slot
 
 - end
 
  复制代码 |   
 
评分
- 
查看全部评分
 
 
 
 
 
 |