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
@@ -61,7 +61,7 @@ var/list/obj/effect/proc_holder/power/powerinstances = list()
/obj/effect/proc_holder/power/deaf_sting
name = "Deaf Sting"
desc = "We silently sting a human, completely silencing them for a short time."
desc = "We silently sting a human, completely deafening them for a short time."
genomecost = 1
allowduringlesserform = 1
@@ -71,7 +71,7 @@ var/list/obj/effect/proc_holder/power/powerinstances = list()
/obj/effect/proc_holder/power/blind_sting
name = "Blind Sting"
desc = "We silently sting a human, completely deafening them for a short time."
desc = "We silently sting a human, completely blinding them for a short time."
genomecost = 2
allowduringlesserform = 1