-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Jsonize hazardous waste sarcophagus #35998
Conversation
Have you fixed the elevator access yet? The code for it always spawns on the LOWER level, so the only way to break in is to dig. |
You get the code from an NPC quest. |
You need to update the entries in the missions that reference this location since the overmap terrain ids are changing, and then test the missions after the change. The location is assigned as a mission target here and the semantics of that will change because there were multiple locations with the old name but you'll have to pick one to target now. The location is used as a destination here and that also changes the semantics because the location needs to be visited in order to complete the mission, and previously any of the basement locations would match it, but now you'll have to pick one of them. |
@ralreegorganon done, thanks for reminding. |
It's a quest/balance issue, I don't plan to change anything on this matter in this PR. |
Summary
SUMMARY: Content "Jsonize hazardous waste sarcophagus."
Purpose of change
Jsonize hazardous waste sarcophagus.
Describe the solution
draw_sarcophagus
function frommapgen.cpp
andmap.h
.obsolete_terrains.json
.Describe alternatives you've considered
None.
Testing
Loaded game with old hardcoded variant already spawned in the world. Spawned new json-variant. No errors.
Additional context
None.