mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Adds descriptions to things you can take the cell out of (#5323)
* descripshuns * Revert "descripshuns" This reverts commit b32e87dd9ed5ab031fbd98512fc90c92ae0d2a35. * update * code readability
This commit is contained in:
@@ -124,7 +124,8 @@ component_cell_out_of_charge/component_cell_removed proc using loc where necessa
|
||||
if(!inserted_cell)
|
||||
examine_list += "<span class='danger'>It does not have a cell inserted!</span>"
|
||||
else if(!inside_robot)
|
||||
examine_list += "<span class='notice'>It has [inserted_cell] inserted. It has <b>[inserted_cell.percent()]%</b> charge left."
|
||||
examine_list += "<span class='notice'>It has [inserted_cell] inserted. It has <b>[inserted_cell.percent()]%</b> charge left.\
|
||||
Ctrl+Shift+Click to remove the [inserted_cell]."
|
||||
else
|
||||
examine_list += "<span class='notice'>It is drawing power from an external powersource, reading <b>[inserted_cell.percent()]%</b> charge.</span>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user