Oh god, no internet. What do? Update:

- Changling chem regeneration rate and start chem reduced by half.
- You can't emote while under the effects of the changeling's paralysis dart or zombie powder.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@917 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
morikou@gmail.com
2011-01-27 03:00:54 +00:00
parent f6d380fc76
commit 42cacda94b
4 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ datum/controller/game_controller
M.Life()
if (M.mind)
if (M.mind.special_role == "Changeling")
M.chem_charges = max(min((M.chem_charges+0.5), 50), 0)
M.chem_charges = max(min((M.chem_charges+0.25), 50), 0)
sleep(-1)
for(var/datum/disease/D in active_diseases)