forked from tgstation/tgstation
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Cyberiad: Various improves and fixes #991
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Reviewer's Guide by SourceryThis pull request introduces several improvements and fixes to the Cyberiad station, adds new station statues, a new siding type, and a new water subtype. Class diagram for new station statue structuresclassDiagram
class obj_structure_statue_station_map {
+anchored: bool
+impressiveness: int
+max_integrity: int
+Initialize()
+get_seethrough_map()
+wrench_act()
+Destroy()
+atom_deconstruct()
}
class obj_structure_statue_station_map_cyberiad {
+name: string
+desc: string
+icon: string
}
class obj_structure_statue_station_map_delta {
+name: string
+desc: string
+icon: string
}
obj_structure_statue_station_map <|-- obj_structure_statue_station_map_cyberiad
obj_structure_statue_station_map <|-- obj_structure_statue_station_map_delta
note for obj_structure_statue_station_map "Base class for station map statues
with see-through functionality"
note for obj_structure_statue_station_map_cyberiad "Cyberiad station statue
with multiple segments (nw,n,ne,etc)"
note for obj_structure_statue_station_map_delta "Delta station statue
with multiple segments (nw,n,ne,etc)"
Class diagram for new water typesclassDiagram
class turf_open_water {
+fishing_datum
}
class turf_open_water_no_fishing {
+fishing_datum: null
}
class turf_open_water_alternative {
+desc: string
+icon: string
+icon_state: string
+base_icon_state: string
+baseturfs
+immerse_overlay_color: string
}
class turf_open_water_alternative_muddy {
+desc: string
+icon_state: string
+base_icon_state: string
+baseturfs
+immerse_overlay_color: string
}
turf_open_water <|-- turf_open_water_no_fishing
turf_open_water <|-- turf_open_water_alternative
turf_open_water_alternative <|-- turf_open_water_alternative_muddy
note for turf_open_water_no_fishing "Water turf without fishing functionality"
note for turf_open_water_alternative "Alternative water appearance"
note for turf_open_water_alternative_muddy "Muddy water variant"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
github-actions
bot
added
🖌️ Спрайты
Вы заработали свою миска-рис и кошко-жена. Партия гордится вами!
🗺️ Изменение Карты
В этом ПРе затронут файл не станционной карты. Может и не один.
labels
Jan 14, 2025
dj-34
force-pushed
the
cyberiad_miscellaneous_things
branch
from
January 14, 2025 16:13
3c64393
to
6b9f0b6
Compare
PhantornRU
approved these changes
Jan 15, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
🖌️ Спрайты
Вы заработали свою миска-рис и кошко-жена. Партия гордится вами!
🗺️ Изменение Карты
В этом ПРе затронут файл не станционной карты. Может и не один.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary by Sourcery
Add statues for Cyberiad and Delta stations, a new "royal" siding type, a new water subtype with no fishing, and an alternative water tile. Update the Cyberiad map with content from the original map and replace the "Consul Chamber" with a meeting room.
New Features:
Summary by Sourcery
Add statues for Cyberiad and Delta stations, add a new "royal" siding type, and add a new water subtype with no fishing and an alternative water tile. Update the Cyberiad map with content from the original map and replace the "Consul Chamber" with a meeting room.
New Features: