Cult tomes can't be destroyed with ethanol

This commit is contained in:
Whitellama
2014-08-10 12:50:53 -07:00
parent 49c8c6f2cb
commit c87ad570f8

View File

@@ -3050,6 +3050,9 @@ datum
paperaffected.clearpaper()
usr << "The solution dissolves the ink on the paper."
if(istype(O,/obj/item/weapon/book))
if(istype(O,/obj/item/weapon/book/tome))
usr << "The solution does nothing. Whatever this is, it isn't normal ink."
return
if(volume >= 5)
var/obj/item/weapon/book/affectedbook = O
affectedbook.dat = null