mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Changeling mode displays number of genomes absorbed in the results.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@210 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -178,6 +178,8 @@
|
||||
for(var/datum/mind/changeling in changelings)
|
||||
var/changelingwin = 1
|
||||
var/changeling_name
|
||||
var/totalabsorbed = 0
|
||||
totalabsorbed = changeling.current.absorbed_dna.len
|
||||
|
||||
if(changeling.current)
|
||||
changeling_name = "[changeling.current.real_name] (played by [changeling.key])"
|
||||
@@ -185,6 +187,8 @@
|
||||
changeling_name = "[changeling.key] (character destroyed)"
|
||||
|
||||
world << "<B>The changeling was [changeling_name]</B>"
|
||||
world << "<B>Genomes absorbed: [totalabsorbed]</B>"
|
||||
|
||||
var/count = 1
|
||||
for(var/datum/objective/objective in changeling.objectives)
|
||||
if(objective.check_completion())
|
||||
|
||||
Reference in New Issue
Block a user