Merge pull request #4975 from phil235/CloneMessages

Replacing clone damage descriptions with "cellular damage".
This commit is contained in:
Cheridan
2014-09-30 12:21:42 -05:00
6 changed files with 12 additions and 6 deletions
@@ -220,9 +220,9 @@
temp = getCloneLoss()
if(temp)
if(temp < 30)
msg += "[t_He] [t_has] minor genetic deformities.\n"
msg += "[t_He] [t_has] minor cellular damage.\n"
else
msg += "<B>[t_He] [t_has] severe genetic deformities.</B>\n"
msg += "<B>[t_He] [t_has] severe cellular damage.</B>\n"
if(fire_stacks > 0)
msg += "[t_He] [t_is] covered in something flammable.\n"