-
Notifications
You must be signed in to change notification settings - Fork 523
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hegemony waypoint #19618
Hegemony waypoint #19618
Conversation
!wip |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
!review |
for better organization, all sensor relays should be in the same folder: the current generic relay should be in a folder like and the hegemony waypoint relay should be like |
@@ -10,7 +10,7 @@ | |||
sectors = ALL_POSSIBLE_SECTORS | |||
id = "sensor_relay" | |||
template_flags = TEMPLATE_FLAG_SPAWN_GUARANTEED | |||
sectors_blacklist = list(SECTOR_LEMURIAN_SEA) //because finding a sensor relay in hell would be weird | |||
sectors_blacklist = list(SECTOR_LEMURIAN_SEA, SECTOR_UUEOAESA) //because finding a sensor relay in hell would be weird + there is a specific relay variant in uueoa-esa |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"waypoint_dock_n", | ||
"waypoint_dock_e", | ||
"waypoint_dock_w", | ||
"waypoint_dock_s", | ||
"waypoint_n_space", | ||
"waypoint_e_space", | ||
"waypoint_w_space", | ||
"waypoint_s_space" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all of these should be renamed to hegemony_waypoint_ ....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as above
All changes implemented. |
This introduces the Hegemony Waypoint, a hegemony variant of the sensor relay intended to replace the sensor relay in Uueoa-Esa.
TODO:
Featuring randomised rooms!