Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up[RDY] Prison mapgen JSONify third try #21211
Conversation
ZhilkinSerg
referenced this pull request
Jun 9, 2017
Closed
[WIP] Prison mapgen JSONify second try #20408
ZhilkinSerg
added some commits
Jun 9, 2017
This comment has been minimized.
This comment has been minimized.
|
i need to know when this merges. |
This comment has been minimized.
This comment has been minimized.
|
This is weird, but for some reason, starting on the Prison Break scenario with this PR results in a "Can't find suitable location" error, even though prisons do spawn on the overmap. |
Coolthulhu
reviewed
Jun 12, 2017
| else if (is_ot_type("prison_8", get_ter(pos.x, pos.y, pos.z + 1))) { | ||
| new_id = oter_id("prison_b_8"); | ||
| } | ||
| else if (is_ot_type("prison_9", get_ter(pos.x, pos.y, pos.z + 1))) { |
This comment has been minimized.
This comment has been minimized.
Coolthulhu
Jun 12, 2017
Contributor
Styling:
} else if( x ) {
should be on one line.
if parentheses should be padded on the inside, but get no space between if and opening parenthesis.
ZhilkinSerg
added some commits
Jun 12, 2017
Leland
referenced this pull request
Aug 15, 2017
Merged
[RDY] Jsonify mapgen (churches and doctor office) #21217
ZhilkinSerg
added some commits
Aug 16, 2017
ZhilkinSerg
changed the title
[WIP] Prison mapgen JSONify third try
[RDY] Prison mapgen JSONify third try
Sep 6, 2017
This comment has been minimized.
This comment has been minimized.
Please note that
That was fixed. |
ZhilkinSerg commentedJun 9, 2017
•
edited
Conversion of
prisonmapgen frommap::draw_mapto JSON. Supersedes #20306 and #20408.