Merge branch 'selfsame-master'

pull/8/head
Jake Funke 2018-03-06 17:40:25 -08:00
commit 2b8224a4b2
5 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,10 @@
_ / _
/ \/|// \
< >
< .>
< ` '>
` , <' > _ . _ .
^ ' . ` '

View File

@ -0,0 +1,10 @@
_ / _
/_\/|//u
U | \
< >
<`> _/
<, > <>
< .><.>
< ` >'>
` , <' o >_ . _ .
^ / ' \ . ` '

View File

@ -0,0 +1,10 @@
_ <, _
<_\/|//\\
// | \\ U
U // >\) _
u<`> _/ |
<, >/<>\
<o.>U.>
< ` >'>
` , <' o >_ . _ .
^ / ' \ . ` '

View File

@ -74,6 +74,7 @@ class Plant(object):
'columbine', 'columbine',
'brugmansia', 'brugmansia',
'palm', 'palm',
'pachypodium',
] ]
mutation_list = [ mutation_list = [

View File

@ -151,6 +151,7 @@ class CursedMenu(object):
'columbine', 'columbine',
'brugmansia', 'brugmansia',
'palm', 'palm',
'pachypodium',
] ]
if this_plant.dead == True: if this_plant.dead == True: