mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user