Skip to content

Commit

Permalink
Update books.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
tioluko authored Sep 10, 2024
1 parent 37a1434 commit 28563fd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/game/objects/items/rogueitems/books.dm
Original file line number Diff line number Diff line change
Expand Up @@ -440,9 +440,6 @@
if(resistance_flags & ON_FIRE)
return ..()

if(is_blind(user))
return ..()

if(istype(I, /obj/item/natural/feather/magic))
if(src.number_of_pages <= 4)
to_chat(user, "This manuscript does not have enough pages to write an entire spellbook in it...")
Expand Down

0 comments on commit 28563fd

Please sign in to comment.