horatio
Version:
A javascript compiler for the Shakespeare Programming Language
29 lines (28 loc) • 345 B
JavaScript
/** Negative Nouns */
export const negative_nouns = [
'Hell',
'Microsoft',
'bastard',
'beggar',
'blister',
'codpiece',
'coward',
'curse',
'death',
'devil',
'draught',
'famine',
'flirt-gill',
'goat',
'hate',
'hog',
'hound',
'leech',
'lie',
'pig',
'plague',
'starvation',
'toad',
'war',
'wolf'
];