mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Description now meantions all mutations that the vine has.
This commit is contained in:
@@ -378,7 +378,10 @@
|
||||
SV.mutations |= pick(mutations_list)
|
||||
var/datum/spacevine_mutation/randmut = pick(SV.mutations)
|
||||
SV.color = randmut.hue
|
||||
SV.desc = "An extremely expansionistic species of vine. These are [randmut.name] vines."
|
||||
SV.desc = "An extremely expansionistic species of vine. These are "
|
||||
for(var/datum/spacevine_mutation/M in SV.mutations)
|
||||
SV.desc += "[M.name] "
|
||||
SV.desc += "vines."
|
||||
|
||||
for(var/datum/spacevine_mutation/SM in SV.mutations)
|
||||
SM.on_birth(SV)
|
||||
|
||||
Reference in New Issue
Block a user