@@ -1,25 +1,13 @@
|
||||
class UserUpgrade
|
||||
def self.gold_price
|
||||
if Danbooru.config.is_promotion?
|
||||
1500
|
||||
else
|
||||
2000
|
||||
end
|
||||
2000
|
||||
end
|
||||
|
||||
def self.platinum_price
|
||||
if Danbooru.config.is_promotion?
|
||||
3000
|
||||
else
|
||||
4000
|
||||
end
|
||||
4000
|
||||
end
|
||||
|
||||
def self.upgrade_price
|
||||
if Danbooru.config.is_promotion?
|
||||
1500
|
||||
else
|
||||
2000
|
||||
end
|
||||
2000
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user