Greentext

This commit is contained in:
Fox-McCloud
2016-05-07 19:24:00 -04:00
parent cc7472ca67
commit 528c8c324f
4 changed files with 4 additions and 1 deletions
+4 -1
View File
@@ -79,7 +79,7 @@
while(!accepted)
if(!B) break // prevents possible runtime errors
new_book_style = input(H,"Which bible style would you like?") in list("Bible", "Koran", "Scrapbook", "Creeper", "White Bible", "Holy Light", "Athiest", "Tome", "The King in Yellow", "Ithaqua", "Scientology", "the bible melts", "Necronomicon")
new_book_style = input(H,"Which bible style would you like?") in list("Bible", "Koran", "Scrapbook", "Creeper", "White Bible", "Holy Light", "Athiest", "Tome", "The King in Yellow", "Ithaqua", "Scientology", "the bible melts", "Necronomicon", "Greentext")
switch(new_book_style)
if("Koran")
B.icon_state = "koran"
@@ -129,6 +129,9 @@
if("Necronomicon")
B.icon_state = "necronomicon"
B.item_state = "necronomicon"
if("Greentext")
B.icon_state = "greentext"
B.item_state = "greentext"
else
// if christian bible, revert to default
B.icon_state = "bible"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

After

Width:  |  Height:  |  Size: 159 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

After

Width:  |  Height:  |  Size: 157 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

After

Width:  |  Height:  |  Size: 77 KiB