Adds book DRM

This commit is contained in:
AffectedArc07
2020-07-23 11:33:24 +01:00
parent 994149c384
commit 70cc32824b
+4
View File
@@ -150,6 +150,10 @@ GLOBAL_LIST_INIT(library_section_names, list("Any", "Fiction", "Non-Fiction", "A
power_change()
return
if(istype(I, /obj/item/book))
// NT with those pesky DRM schemes
if(istype(I, /obj/item/book/manual))
atom_say("NT copyrighted material detected. Scanner is unable to copy book to memory.")
return FALSE
user.drop_item()
I.forceMove(src)
return 1