mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Directional sprites for library computer (#24794)
* Directional sprites for library computer * Removes legacy sprite, fix direction screen
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
*/
|
||||
/obj/machinery/computer/library
|
||||
name = "Library Computer"
|
||||
anchored = TRUE
|
||||
density = TRUE
|
||||
icon = 'icons/obj/computer.dmi'
|
||||
icon_state = "oldcomp"
|
||||
icon_screen = "library"
|
||||
icon_keyboard = null
|
||||
icon_screen = "computer_on"
|
||||
icon = 'icons/obj/library.dmi'
|
||||
icon_state = "computer"
|
||||
density = TRUE
|
||||
anchored = TRUE
|
||||
|
||||
//We define a required access only to lock library specific actions like ordering/managing books to librarian access+
|
||||
req_one_access = list(ACCESS_LIBRARY)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 143 KiB After Width: | Height: | Size: 144 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 27 KiB |
Reference in New Issue
Block a user