Merge branch 'master' of https://github.com/tgstation/-tg-station into BigUserdanger

Conflicts:
	code/modules/events/ninja.dm
This commit is contained in:
phil235
2015-03-15 12:30:27 +01:00
183 changed files with 2798 additions and 3444 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
new_character.loc = get_turf(synd_spawn)
call(/datum/game_mode/proc/equip_syndicate)(new_character)
if("Space Ninja")
var/ninja_spawn[] = list()
var/list/ninja_spawn = list()
for(var/obj/effect/landmark/L in landmarks_list)
if(L.name=="carpspawn")
ninja_spawn += L