This commit is contained in:
Jon Doe 2020-09-25 21:26:58 +02:00 committed by Maciej Bonin
parent 7e2973abee
commit 238b835330

View File

@ -11116,3 +11116,4 @@ proc addgoon str {lappend ::goon_dict $str; return ""}
proc okeyloot {} {return "The [color blue]Okeys[color] left a chest! You open the chest. Inside was [articleize [choose [blackitem] [mroach_item] [ww_item] [faglame] [rumored_apple_product] [cooking_appliance] [sexpart] [food_word] [drink] [weapon] [niggerword] [name] [al_man_word] [ethnic_group] [sex_fluid] [drug_word] [marginalize] [shsc_word] [animal_word] [furry_noun] [dndname] [undesirables]]]!"} proc okeyloot {} {return "The [color blue]Okeys[color] left a chest! You open the chest. Inside was [articleize [choose [blackitem] [mroach_item] [ww_item] [faglame] [rumored_apple_product] [cooking_appliance] [sexpart] [food_word] [drink] [weapon] [niggerword] [name] [al_man_word] [ethnic_group] [sex_fluid] [drug_word] [marginalize] [shsc_word] [animal_word] [furry_noun] [dndname] [undesirables]]]!"}
proc liberalagenda:event {} { subst [lindex_random $::liberalagenda] } proc liberalagenda:event {} { subst [lindex_random $::liberalagenda] }
proc classism {} {. [british_person] would never be caught dead eating [food_word] at 5 PM} proc classism {} {. [british_person] would never be caught dead eating [food_word] at 5 PM}
proc yield args { uplevel 2 [list apply [list let [uplevel block]] $args] }