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
This commit is contained in:
kortgstation@gmail.com
2011-09-06 05:18:19 +00:00
parent c24bf8efd6
commit f41168307f
+2 -2
View File
@@ -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"