mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-30 09:15:22 +01:00
3aa4942572
* Please describe the intent of your changes in a clear fashion. Addresses issue SERVER-PROD-3T: "Cannot read 'sound/ambience/konyang/konyang...'.len". The `ambience` variable for `/area/trove/beach`, `/area/trove/ocean`, and `/area/trove/jungle` was incorrectly assigned a raw file path string instead of a `list()` containing the path. This caused a runtime error when the `Entered()` proc attempted to access `.len` on the string, which does not have that property. This fix wraps the file path literals in `list()` for these three areas, ensuring `ambience` is always a list as expected by the system. * Please make sure that, in the case of mapping changes, you include images of these changes in the PR's description. * Please make sure to mark your PR as wip or review required by making a comment with !wip or !review required * If you include sprites/sounds/... (assets) that you have not created yourself specify the license and original author below. * Ensure that you also credit them in the appropriate location / changelog as specified in the contributor guidelines ### Asset Licenses The following assets that **have not** been created by myself are included in this PR: | Path | Original Author | License | | --- | --- | --- | | icons/example.dmi | ExamplePerson (Example Station) | CC0 | Fixes SERVER-PROD-3T --------- Co-authored-by: sentry[bot] <39604003+sentry[bot]@users.noreply.github.com> Co-authored-by: VMSolidus <evilexecutive@gmail.com>