mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
Adds book DRM
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user