Skip to content

Commit

Permalink
[MIRROR] adds evil seedlings to Perennial Growth blacklist (#1782)
Browse files Browse the repository at this point in the history
* adds evil seedlings to Perennial Growth blacklist (#82391)

## About The Pull Request
i dont play botany at all so i didnt know this trait existed. evil
seedlings are pretty powerful beings and being able to mass produce an
army of them wasnt my intention, it was always meant to be just one
silly guy

## Why It's Good For The Game
it became apparent to me that armies of evil seedlings were being raised
to wreak havoc upon the station, which can become really unbalanced and
unfair considering how tanky one can be.

## Changelog
:cl:
balance: evil seedlings can no longer be mass produced
/:cl:

* adds evil seedlings to Perennial Growth blacklist

---------

Co-authored-by: Ben10Omintrix <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Apr 3, 2024
1 parent 6875b7d commit 67114b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion code/modules/hydroponics/plant_genes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,10 @@
description = "It may be harvested multiple times from the same plant."
icon = "cubes-stacked"
/// Don't allow replica pods to be multi harvested, please.
seed_blacklist = list(/obj/item/seeds/replicapod)
seed_blacklist = list(
/obj/item/seeds/replicapod,
/obj/item/seeds/seedling/evil,
)
mutability_flags = PLANT_GENE_REMOVABLE | PLANT_GENE_MUTATABLE | PLANT_GENE_GRAFTABLE

/*
Expand Down

0 comments on commit 67114b8

Please sign in to comment.