mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
adds icons for dye kit items
This commit is contained in:
BIN
Data/.DS_Store
vendored
BIN
Data/.DS_Store
vendored
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -46,7 +46,14 @@
|
||||
def onLoadExistingGame()
|
||||
migrateOldSavesToCharacterCustomization()
|
||||
clear_all_images()
|
||||
loadDateSpecificChanges()
|
||||
end
|
||||
|
||||
def loadDateSpecificChanges()
|
||||
current_date = Time.new
|
||||
if (current_date.day == 1 && current_date.month == 4)
|
||||
$Trainer.hat2=HAT_CLOWN if $Trainer.unlocked_hats.include?(HAT_CLOWN)
|
||||
end
|
||||
end
|
||||
|
||||
def onStartingNewGame() end
|
||||
|
||||
Binary file not shown.
@@ -1 +1,2 @@
|
||||
1741964572
|
||||
1741995246
|
||||
1741995284
|
||||
@@ -677,3 +677,12 @@ Graphics/CustomBattlers/spritesheets/spritesheets_base/441.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_custom/6/6b.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_base/443.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_custom/443/443.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_base/380.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_base/306.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_custom/306/306.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_base/106.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_custom/132/132a.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_base/13.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_custom/13/13.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_base/312.png
|
||||
Graphics/CustomBattlers/spritesheets/spritesheets_custom/210/210a.png
|
||||
|
||||
Reference in New Issue
Block a user