Adds labels to RPD and slightly refactors pipe code (#28206)

* it compiles now

* RPD works normally now.

* Implements pipelabeling

* Adds the labels to sensors and meters

* adds label investigation and enlarges the ui slightly to better fit the text input

* changes log message

* Update tgui.bundle.js

* autodoc

* review changes
This commit is contained in:
Migratingcocofruit
2025-03-16 20:01:37 +02:00
committed by GitHub
parent 854c17e742
commit 0ff8eec5ff
5 changed files with 221 additions and 365 deletions
+1
View File
@@ -69,6 +69,7 @@
/datum/component/label/proc/apply_label()
var/atom/owner = parent
owner.name += " ([label_name])"
owner.investigate_log("Label: \"[label_name]\" applied", INVESTIGATE_RENAME)
/// Removes the label from the parent's name
/datum/component/label/proc/remove_label()