Added 13 types of slimes/changed slime reproduction to give mutation chances on birth.

Added 13 core types with a mix of old and new reactions. Each slime has its own core type/reaction.

Added plasma sheets/a grinder to xenobio.

Added Phoal's slime people sprites.

Added simple animal pet slimes (one of the core types allows you to obtain them).

Updated the changelog

Still to come: slime types having their own temperature resists/special attacks.

This is all probably unbalanced as well but we'll see how it goes.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5454 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Kortgstation@gmail.com
2013-01-03 02:51:52 +00:00
parent 32ebb82e68
commit aa92ab7df9
17 changed files with 1038 additions and 55 deletions
@@ -609,10 +609,10 @@
M << "\red [user] begins to remove one of your cores with [src]! ([slime.cores] cores remaining)"
user << "\red You cut one of [M]'s cores out with [src]! ([slime.cores] cores remaining)"
new/obj/item/slime_core(M.loc)
new slime.coretype(M.loc)
if(slime.cores <= 0)
M.icon_state = "baby slime dead-nocore"
M.icon_state = "[slime.colour] baby slime dead-nocore"
return