diff --git a/code/game/jobs/job/civilian_chaplain.dm b/code/game/jobs/job/civilian_chaplain.dm index 93fa0840423..7528f6646db 100644 --- a/code/game/jobs/job/civilian_chaplain.dm +++ b/code/game/jobs/job/civilian_chaplain.dm @@ -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" diff --git a/icons/obj/storage.dmi b/icons/obj/storage.dmi index 50af242cb9d..13f9f38f210 100644 Binary files a/icons/obj/storage.dmi and b/icons/obj/storage.dmi differ