From f41168307f7e7d42edb057718f493f9b98097a2e Mon Sep 17 00:00:00 2001 From: "kortgstation@gmail.com" Date: Tue, 6 Sep 2011 05:18:19 +0000 Subject: [PATCH] Just a small bugfix for bible covers, mistyped something earlier. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2140 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/jobs/jobprocs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/jobs/jobprocs.dm b/code/game/jobs/jobprocs.dm index b6fde2387ab..e340e7666ba 100644 --- a/code/game/jobs/jobprocs.dm +++ b/code/game/jobs/jobprocs.dm @@ -235,10 +235,10 @@ B.item_state = "scientology" if("the bible melts") B.icon_state = "melted" - B.icon_state = "melted" + B.item_state = "melted" if("Necronomicon") B.icon_state = "necronomicon" - B.icon_state = "necronomicon" + B.item_state = "necronomicon" else // if christian bible, revert to default B.icon_state = "bible"