OSDN Git Service

辛夷祭当日の変更を含む最終コミット
[h58pcdgame/GameScriptCoreLibrary.git] / www / corelib / coresubc.js
index 81841e9..6f42130 100644 (file)
@@ -374,6 +374,14 @@ UserManager.prototype = {
                        }\r
                }\r
                return p;\r
+       },\r
+       deletePlusPointIngredient: function(){\r
+               for(var i = 0; i < this.ingredientList.length; i++){\r
+                       if(this.ingredientList[i].point > 0){\r
+                               removeAnObjectFromArray(this.ingredientList, this.ingredientList[i]);\r
+                               i--;\r
+                       }\r
+               }\r
        }\r
 }\r
 \r