mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user