Trocando o icone do jogo de Rm2k ou Rm2k3 sem precisar editar o executável:

module USED_ITEM
VARID = 1
end
class Scene_Item
alias __update_target210607__ update_target
def update_target
__update_target210607__
if @target_window.index == -1
used = false
$game_party.actors.each { |i| used |= i.item_effect(@item) }
elsif @target_window.index >= 0
used = target.item_effect(@item)
end
$game_variables[USED_ITEM::VARID] = @item.id if used
end
end
forums.rpgmakerweb.com
...ok...I think I need to give some explanations, right? Recently I had a very huge loss in my life and sometimes people with depression do stupid things, just like I did. Actually, I do stupid things all the time, even without depression. I 'm sorry for any inconvenience caused.

Tem meme?
Mas concordo que é realmente um pé no saco.
Isso prova que a Steam é um homem, já que nem consegue guardar a data do seu aniversário.

Reações: Ricky O Bardo e DevWithCoffee