mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-17 10:05:27 +01:00
.
This commit is contained in:
@@ -295,8 +295,8 @@ Book Cart End
|
||||
|
||||
/obj/item/book/attack(mob/living/carbon/M as mob, mob/living/carbon/user as mob)
|
||||
if(user.zone_sel.selecting == O_EYES)
|
||||
user.visible_message(span_notice("You open up the book and show it to [M]. "), \
|
||||
span_notice(" [user] opens up a book and shows it to [M]. "))
|
||||
user.visible_message(span_notice("You open up the book and show it to [M]."), \
|
||||
span_notice(" [user] opens up a book and shows it to [M]."))
|
||||
M << browse("<TT><I>Penned by [author].</I></TT> <BR>" + "[dat]", "window=book")
|
||||
user.setClickCooldown(DEFAULT_QUICK_COOLDOWN) //to prevent spam
|
||||
|
||||
|
||||
Reference in New Issue
Block a user