Removed daedric bible option due to licensing and copyright infringement is bad okay

no seriously man don't do it

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2811 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
quartz235@gmail.com
2011-12-25 11:54:30 +00:00
parent dce715aee0
commit 216b62c810
2 changed files with 1 additions and 4 deletions

View File

@@ -75,7 +75,7 @@
while(!accepted)
if(!B) break // prevents possible runtime errors
switch(input(H,"Which bible style would you like?") in list("Bible", "Koran", "Scrapbook", "Daederic Scroll", "Creeper", "White Bible", "Holy Light", "Athiest", "Tome", "The King in Yellow", "Ithaqua", "Scientology", "the bible melts", "Necronomicon"))
switch(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"))
if("Koran")
B.icon_state = "koran"
B.item_state = "koran"
@@ -86,9 +86,6 @@
if("Scrapbook")
B.icon_state = "scrapbook"
B.item_state = "scrapbook"
if("Daederic Scroll")
B.icon_state = "daederic_scroll"
B.item_state = "daederic"
if("Creeper")
B.icon_state = "creeper"
B.item_state = "syringe_kit"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 39 KiB