Skip to content

Commit

Permalink
ErrorTest2
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Jun 25, 2023
1 parent 1f3a9ce commit 7a401c9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions code/game/objects/effects/landmarks/landmarks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -233,17 +233,15 @@
if(is_mainship_level(z))
GLOB.mainship_yautja_teleports -= src
if(GLOB.mainship_yautja_desc.Find(index))
GLOB.mainship_yautja_desc[index] = null
GLOB.mainship_yautja_desc[index] = null
GLOB.mainship_yautja_desc -= index
else
GLOB.yautja_teleports -= src
if(GLOB.yautja_teleport_descs.Find(index))
GLOB.yautja_teleport_descs[index] = null
GLOB.yautja_teleport_descs[index] = null
GLOB.yautja_teleport_descs -= index
return ..()



/obj/effect/landmark/start
name = "start"
icon_state = "x"
Expand Down

0 comments on commit 7a401c9

Please sign in to comment.