瀏覽代碼

Remove Test

Reddo 5 年之前
父節點
當前提交
0abef017a8
共有 1 個文件被更改,包括 1 次插入15 次删除
  1. 1 15
      app/World/Classes/ContentPicker/Combat/ContentMoleculeCombat.ts

+ 1 - 15
app/World/Classes/ContentPicker/Combat/ContentMoleculeCombat.ts

@@ -64,18 +64,4 @@ class ContentMoleculeCombat extends ContentMolecule {
             return finalSay;
         }
     }
-}
-
-// new ContentMoleculeCombat(
-//     (attacker, target, weapons, markers) => {
-//         return new Say("Woohoo");
-//     }
-// ).addAtom(
-//     new ContentAtomCombat(
-//         Person,
-//         Person,
-//         [Thing],
-//         [new ContentNoun(ContentAtomCombat.HIT, ContentAtomCombat.CRITICAL).setType(ContentNounType.FULLY_ADAPTIVE), ContentAtomCombat.KNOCKED_OFF]
-//     )
-// );
-// Definitely tons saner than the current implementation
+}