diff --git a/action_offset b/action_offset index f11c82a..9a03714 100644 --- a/action_offset +++ b/action_offset @@ -1 +1 @@ -9 \ No newline at end of file +10 \ No newline at end of file diff --git a/bad_words b/bad_words index 47bac6f..ec68a37 100644 --- a/bad_words +++ b/bad_words @@ -30,3 +30,11 @@ goss draughts body autostop +magnesium +sacking +engagement +grief +furore +roughhouse +wayfaring +ErbB-2 diff --git a/food_item_offset b/food_item_offset index f11c82a..ca7bf83 100644 --- a/food_item_offset +++ b/food_item_offset @@ -1 +1 @@ -9 \ No newline at end of file +13 \ No newline at end of file diff --git a/good_words b/good_words index 50950f8..70dc367 100644 --- a/good_words +++ b/good_words @@ -39,7 +39,6 @@ warmongering waterproofing acontextuality outrecuidance -wayfaring carpeting meat sweetening @@ -120,7 +119,6 @@ analysis rumor cocking lithium -magnesium phosphorus mothering cadmium @@ -240,7 +238,6 @@ steel management mactation desludging -sacking gayety sushimi squirreling @@ -286,7 +283,6 @@ leucæmia power pig logic -ErbB-2 dark living silva @@ -321,7 +317,6 @@ rock-bottom rollerskating technique pan -roughhouse transport flatulence basketball @@ -335,7 +330,6 @@ farce argent matériel bando -furore spit spoil blackletter @@ -402,7 +396,6 @@ grippe proposition mains rapport -engagement suing trahison ronde @@ -442,7 +435,6 @@ venison armour dance cerise -grief inspiration lard honour diff --git a/mcsb.py b/mcsb.py index ab39913..7f89540 100755 --- a/mcsb.py +++ b/mcsb.py @@ -44,6 +44,7 @@ def sleep(seconds): time.sleep(1) except KeyboardInterrupt: print("killed") + exit() break def get_more_words(): @@ -261,11 +262,13 @@ def get_a_noun(): return word while True: + print("forming another toot...") random_number: int = random.randint(0, 2) action: Optional[str] if random_number == 0: action = get_an_action() if action is None: + print("action failed, continuing...") continue noun1 = get_a_noun() noun2 = get_a_noun() @@ -274,6 +277,7 @@ while True: elif random_number == 1: action = get_a_food_action() if action is None: + print("action failed, continuing...") continue noun1 = get_a_noun() noun2 = get_a_noun() diff --git a/units b/units index 2a7e3fc..0ce06f5 100644 --- a/units +++ b/units @@ -4,6 +4,5 @@ m unified_atomic_mass_unit m pound v liter v cubic_centimeter -l nautical_mile l meter l centimeter