Reddo 5 anos atrás
pai
commit
0abef017a8

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