mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-27 10:32:40 +00:00
-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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user