mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-18 11:42:52 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user