mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
Tablet resprite (#2098)
This commit is contained in:
committed by
kevinz000
parent
beae44c47e
commit
d54d52c7e0
@@ -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]"
|
||||
Reference in New Issue
Block a user