-ADDED MINING! HOLY FUCK! SPECIAL THANKS TO ERRORAGE FOR CODING THIS!

-A mining outpost spawns on its own isolated z-level. Only way to get there right now, is admin-travel
 -A lot of the related sprites are going to be altered/completely redone
 -Testing is going to be controlled by the admins, on request only.
 -Too much to describe, you'll have to check it out for yourself
-Commented out the new disease while a needed file is missing

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@759 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
daelith.rhedynfre
2011-01-03 21:07:20 +00:00
parent 0e1ed7920d
commit 3514dd94e1
12 changed files with 1811 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
if(src.mutantrace == "lizard")
if(copytext(message, 1, 2) != "*")
message = dd_replaceText(message, "s", stutter("ss"))
if(istype(src.virus, /datum/disease/pierrot_throat))
/* if(istype(src.virus, /datum/disease/pierrot_throat))
var/list/temp_message = dd_text2list(message, " ")
var/list/pick_list = list()
for(var/i = 1, i <= temp_message.len, i++)
@@ -15,6 +15,7 @@
pick_list -= H
message = dd_list2text(temp_message, " ")
..(message)
*/
/mob/living/carbon/human/say_understands(var/other)
if (istype(other, /mob/living/silicon/ai))