mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-05-13 02:31:46 +01:00
5ad04bfd2e
Was updating the documentation about PDAs on the wiki and saw some minor issues, threw in the bug fix for issue https://github.com/tgstation/tgstation/issues/75231 as well because why not. Also added the ability to put medipens into PDAs, they're small and pen-like enough, right?
34 lines
588 B
JSON
34 lines
588 B
JSON
{
|
|
"pda": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "pda_base",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "pda_buttons",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 2 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "pda_stripe_double",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 3 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "pda_stripe_thick",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 4 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "pda_screen_borders",
|
|
"blend_mode": "overlay"
|
|
}
|
|
]
|
|
}
|