Skip to content

range() does not include found areas #2601

@tontyGH

Description

@tontyGH

Snippet:

/world
  maxx = 7
  maxy = 7
  maxz = 1


/proc/main()
  var/turf/center = locate(7, 7, 1)
  for(var/atom/A as anything in range(0, center))
    world.log << "([A.x], [A.y]) [A.type]"

BYOND (via Wrench):

Image

OpenDream (via Sleepyhead):

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    RuntimeInvolves the OpenDream server/runtime

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions