module RPG
class Item
def description
description = @description.split(/#/)[0]
return description != nil ? description : ''
end
def type1
type1 = @description.split(/#/)[1]
return type1 != nil ? type1 : ''
end
end
end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |