From 0c99c4f9487de29e58c913e83a9a2a5d01298ef9 Mon Sep 17 00:00:00 2001 From: Jake Funke Date: Thu, 12 Jul 2018 17:42:34 +0000 Subject: [PATCH] added some mutations --- botany.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/botany.py b/botany.py index 6c37a2f..f215d98 100755 --- a/botany.py +++ b/botany.py @@ -118,6 +118,10 @@ class Plant(object): 'luminous', 'cosmic', 'ethereal', + 'cursed', + 'buff', + 'narcotic', + 'gnu/linux', ] def __init__(self, this_filename, generation=1):