mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Cult tomes can't be destroyed with ethanol
This commit is contained in:
@@ -3050,6 +3050,9 @@ datum
|
|||||||
paperaffected.clearpaper()
|
paperaffected.clearpaper()
|
||||||
usr << "The solution dissolves the ink on the paper."
|
usr << "The solution dissolves the ink on the paper."
|
||||||
if(istype(O,/obj/item/weapon/book))
|
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)
|
if(volume >= 5)
|
||||||
var/obj/item/weapon/book/affectedbook = O
|
var/obj/item/weapon/book/affectedbook = O
|
||||||
affectedbook.dat = null
|
affectedbook.dat = null
|
||||||
|
|||||||
Reference in New Issue
Block a user