Added four new slime types (sprites by Reisyn, SuperElement, and LePinkyFace)

Fixed the backwards pumps in misc research, shuffled the xenobio surgical area around to be easier to use.

Fixed being able to strip items with canremove = 0

Added a new mutantrace that ties into the new slime extracts (sprites by SuperElement)

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5490 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
Kortgstation@gmail.com
2013-01-07 21:22:44 +00:00
parent 1434a0154c
commit 0983ee8912
19 changed files with 4404 additions and 4052 deletions

View File

@@ -144,10 +144,6 @@
user << "\red [target] is full."
return
if(istype(target, /obj/item/slime_extract))
var/obj/item/slime_extract/core = target
core.Flush = 30 // reset flush counter
if(ismob(target) && target != user)
for(var/mob/O in viewers(world.view, user))
O.show_message(text("\red <B>[] is trying to inject []!</B>", user, target), 1)