3
0
Эх сурвалжийг харах

remove script from myMod to no longer cause issue with no-mod-builds

Stephan Fuchs 2 сар өмнө
parent
commit
9bfb20666d

+ 0 - 4
sugarcube/src/_myMod/myMod.tw

@@ -1,7 +1,3 @@
 :: mod_cheats_scripts[script]
 /* Start Mod: "Mod" */
-    Object.defineProperty(setup.PlayerCharacter.prototype, 'pcs_energy', {
-        get() {return 100;},
-        set(v){this.pcs_energy_raw = v;}});
-
 /* End Mod: "Mod" */