소스 검색

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
+}