mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
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:
committed by
GitHub
parent
854c17e742
commit
0ff8eec5ff
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user