mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-25 09:01:40 +00:00
* Adds keyboard shell (#69105) Adds keyboard shell. Works very similar to the thought listener component for BCIs It opens up an input panel when you use it (tgui_input_text) Players with the illiterate quirk cannot use this shell. When they try to use it they get a warning message. It's printed out as assembled (like compact remote or controller) It can fit in a bag but not in a box Has small capacity (SHELL_CAPACITY_SMALL) Available after researching the Advanced Shells tech node Can be printed from the component printer or the protolathe Costs 2000 glass and 10000 iron sheets to print (slightly more than the controller shell) Has 3 outputs. First one returns the entity who used the shell, second is the text that entity wrote and submitted, third one is triggered after the input window is closed. (by submitting, cancelling or just hitting the X button) Icons (screenhots from the dream maker) * Adds keyboard shell Co-authored-by: YusufEmirKoroglu <67878361+YusufEmirKoroglu@users.noreply.github.com>