mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-14 17:36:52 +01:00
No more replicant pods (#5459)
I believe at some point 'replicant pods' were used for the old plant people code or something, and it was changed to produce diona nymphs, without actually changing the name of the pods. 'Replicant pod' doesn't make any particular sense. You aren't replicating something, you're growing a nymph. So I fixed it. I also tweaked the weird human face on the replicant pods that probably referenced when they used to sprout plant people.
This commit is contained in:
@@ -1127,8 +1127,8 @@
|
||||
/datum/seed/diona
|
||||
name = "diona"
|
||||
seed_name = "diona"
|
||||
seed_noun = "nodes"
|
||||
display_name = "replicant pods"
|
||||
seed_noun = "node"
|
||||
display_name = "diona pod"
|
||||
can_self_harvest = 1
|
||||
has_mob_product = /mob/living/carbon/alien/diona
|
||||
|
||||
|
||||
Reference in New Issue
Block a user