mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-01-07 07:33:01 +00:00
Merge pull request #7218 from Citadel-Station-13/upstream-merge-38633
[MIRROR] potency gene disks now clarify what the % means on examine
This commit is contained in:
@@ -427,7 +427,7 @@
|
||||
|
||||
/obj/item/disk/plantgene/proc/update_name()
|
||||
if(gene)
|
||||
name = "[gene.get_name()] (Plant Data Disk)"
|
||||
name = "[gene.get_name()] (plant data disk)"
|
||||
else
|
||||
name = "plant data disk"
|
||||
|
||||
@@ -437,4 +437,6 @@
|
||||
|
||||
/obj/item/disk/plantgene/examine(mob/user)
|
||||
..()
|
||||
if(gene && (istype(gene, /datum/plant_gene/core/potency)))
|
||||
to_chat(user,"<span class='notice'>Percent is relative to potency, not maximum volume of the plant.</span>")
|
||||
to_chat(user, "The write-protect tab is set to [src.read_only ? "protected" : "unprotected"].")
|
||||
|
||||
Reference in New Issue
Block a user