princess-synergy/www/js/plugins/JsScript44Set.js
2026-02-05 14:03:22 -06:00

29 lines
873 B
JavaScript

/*:
* @plugindesc
* @author 奏ねこま(おとぶき ねこま)
*
* @help
*/
var Imported = Imported || {};
var Makonet = Makonet || {};
(function(){
'use strict';
var plugin = 'JsScript44Set';
Imported[plugin] = true;
Makonet[plugin] = {};
var $mpi = Makonet[plugin];
$mpi.parameters = PluginManager.parameters(plugin);
(function(o,p){
var f=o[p];o[p]=function(){
f.apply(this,arguments);
if (!$gameTemp.isPlaytest()) {
for(var i = 0 ; i < this._events.length; i++){
if(this._events[i] && this._events[i].event().meta['test']){
delete this._events[i];
}
}
this.refreshTileEvents();
}
};
}(Game_Map.prototype,'setupEvents'));
}());