|
@@ -64,18 +64,4 @@ class ContentMoleculeCombat extends ContentMolecule {
|
|
return finalSay;
|
|
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
|
|
|
|
|
|
+}
|