mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2026-07-22 23:57:01 +00:00
Update 6.8
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class Hat < Outfit
|
||||
attr_accessor :type
|
||||
def initialize(id,name,description='',price=0,tags=[])
|
||||
def initialize(id,name,description='',price=0,tags=[], store_locations = [], contest_condition=[])
|
||||
super
|
||||
@type = :HAT
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user