Skip to content

Commit

Permalink
Update book.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Sep 22, 2024
1 parent 500d206 commit 58c9772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/books/book.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/obj/item/book
name = "book"
icon = 'icons/obj/items/books.dmi'
icon_state ="book"
icon_state ="book_blue"
throw_speed = SPEED_FAST
throw_range = 5
/// upped to three because books are, y'know, pretty big. (and you could hide them inside eachother recursively forever)
Expand Down

0 comments on commit 58c9772

Please sign in to comment.