mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
14 lines
507 B
Plaintext
14 lines
507 B
Plaintext
/obj/item/modular_computer/tablet/phone //Yes, I know the other comment said that the tablet is meant to be like a large phone, please ignore that
|
|
name = "phone computer"
|
|
icon = 'icons/obj/modular_phone.dmi'
|
|
icon_state = "phone-red"
|
|
icon_state_base = "phone"
|
|
icon_state_unpowered = "phone"
|
|
icon_state_powered = "phone"
|
|
hardware_flag = PROGRAM_PHONE
|
|
max_hardware_size = WEIGHT_CLASS_SMALL
|
|
w_class = WEIGHT_CLASS_SMALL
|
|
max_bays = 2
|
|
steel_sheet_cost = 1
|
|
slot_flags = ITEM_SLOT_ID | ITEM_SLOT_BELT
|