TG: Adds modular changeling. Modular changeling means changelings now purchase the

powers they want.  Adds a few new powers as well as a framework for easily
adding new ones.
Revision: r3308
Author: 	 VivianFoxfoot

Also fixes for potatoes and boxes in bags.
This commit is contained in:
Ren Erthilo
2012-04-28 18:44:08 +01:00
parent c2a1c149df
commit 4df9897ce0
6 changed files with 21 additions and 9 deletions

View File

@@ -205,9 +205,9 @@
if (src.cloneloss)
if (src.cloneloss < 30)
msg += "<span class='warning'>[src.name] looks slightly... unfinished?</span>\n"
msg += "[t_He] [t_has] minor genetic deformities.\n"
else
msg += "<span class='warning'>[src.name] looks very... unfinished?</B></span>\n"
msg += "<B>[t_He] [t_has] severe genetic deformities.</B>\n"
/* if (src.getFireLoss())
if (src.getFireLoss() < 30)
@@ -230,7 +230,10 @@
msg += "[t_He] [t_has] a stupid expression on [t_his] face.\n"
if (!src.client && !admin_observing)
msg += "[t_He] [t_has] a vacant, braindead stare...\n"
msg += "[t_He] [t_has] a vacant stare...\n"
if (src.digitalcamo)
msg += "[t_He] [t_is] repulsively uncanny!\n"
var/list/wound_descriptions = list()
var/list/wound_flavor_text = list()

View File

@@ -1483,4 +1483,4 @@ snippets
plcheck = t_plasma
oxcheck = t_oxygen
G.turf_add(T, G.total_moles())
*/
*/