Skip to content

Commit

Permalink
i want to believe
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamgoofball committed Jul 11, 2015
1 parent 3ed7f90 commit 7244513
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/game/gamemodes/abduction/abduction.dm
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
agent_landmarks.len = max_teams
scientist_landmarks.len = max_teams
for(var/obj/effect/landmark/abductor/A in landmarks_list)
world << "Found this [A]"
if(istype(A,/obj/effect/landmark/abductor/agent))
agent_landmarks[text2num(A.team)] = A
else if(istype(A,/obj/effect/landmark/abductor/scientist))
Expand Down

0 comments on commit 7244513

Please sign in to comment.