Files
Bubberstation/code/modules/admin/verbs
SyncIt21 95ed2de101 Fixes map export breaking semi colon dependent strings (#92898)
## About The Pull Request
Take the atmos gas mixture string for example. All parts of the gas
mixture is appended together with semicolon `;`

d2ec1056ab/code/modules/atmospherics/gasmixtures/gas_mixture.dm (L768)

However the map export replaces semicolon `;` with an empty string ` `

d2ec1056ab/code/modules/admin/verbs/map_export.dm (L180)

We don't want that cause you get broken gas strings. There is no problem
in writing special strings that would spawn items because we are already
replacing `{` & `}` with empty strings so the string becomes non
parseable anyway

## Changelog
🆑
fix: map export won't break exported gas strings & other that depend on
semicolon
/🆑
2025-09-09 11:52:05 +02:00
..
2025-06-25 17:36:10 -07:00
2025-06-25 17:36:10 -07:00
2025-03-03 15:15:07 +01:00