Skip to content

Commit

Permalink
adds examine_more functionality to laptops
Browse files Browse the repository at this point in the history
  • Loading branch information
zimon9 committed Oct 13, 2024
1 parent f704ecf commit 3660648
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/modular_computers/computers/item/laptop.dm
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@
display_overlays = screen_on
update_appearance()


/obj/item/modular_computer/laptop/examine_more(mob/user)
if(screen_on)
interact(user)

// Laptop frame, starts empty and closed.
/obj/item/modular_computer/laptop/buildable
Expand Down

0 comments on commit 3660648

Please sign in to comment.