Files
kiwistation/code/modules/modular_computers/computers/item/tablet.dm
T
Shadowlight213 0c9554cd35 Base systems pretty much done.
Still need to convert the id computer program.
2016-08-05 22:51:53 -07:00

10 lines
267 B
Plaintext

/obj/item/modular_computer/tablet
name = "tablet computer"
icon = 'icons/obj/modular_tablet.dmi'
icon_state = "tablet"
icon_state_unpowered = "tablet"
icon_state_menu = "menu"
hardware_flag = PROGRAM_TABLET
max_hardware_size = 1
w_class = 2
var/use_power = 0