Browse Source

Remove Test

Reddo 5 years ago
parent
commit
0abef017a8
1 changed files with 1 additions and 15 deletions
  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
+}