mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Tablet resprite (#29427)
* resprites tablets also colors * removes accidentally added tablet desc maybe some other time
This commit is contained in:
@@ -12,3 +12,12 @@
|
||||
slot_flags = SLOT_ID | SLOT_BELT
|
||||
has_light = TRUE //LED flashlight!
|
||||
comp_light_luminosity = 2.3 //Same as the PDA
|
||||
var/finish_color = null
|
||||
|
||||
/obj/item/device/modular_computer/tablet/update_icon()
|
||||
..()
|
||||
if(!finish_color)
|
||||
finish_color = pick("red","blue","brown","green","black")
|
||||
icon_state = "tablet-[finish_color]"
|
||||
icon_state_unpowered = "tablet-[finish_color]"
|
||||
icon_state_powered = "tablet-[finish_color]"
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 3.4 KiB |
Reference in New Issue
Block a user