[MIRROR] Add missing space to plant grafts [MDB IGNORE] (#19987)

* Add missing space to plant grafts (#74098)

It's now `"plant graft (Grass)"`, rather than `"plant graft(Grass)"`.

* Add missing space to plant grafts

---------

Co-authored-by: Jack Edge <yellowbounder@gmail.com>
This commit is contained in:
SkyratBot
2023-03-26 01:27:03 -07:00
committed by GitHub
co-authored by Jack Edge
parent 76aea00851
commit 254092a7d5
+1 -1
View File
@@ -545,7 +545,7 @@
/obj/item/seeds/proc/create_graft()
var/obj/item/graft/snip = new(loc, graft_gene)
snip.parent_name = plantname
snip.name += "([plantname])"
snip.name += " ([plantname])"
// Copy over stats so the graft can outlive its parent.
snip.lifespan = lifespan