Unsorts the ruins in the Spawn Ruin verb (#93876)

## About The Pull Request

why

<img width="325" height="329" alt="image"
src="https://github.com/user-attachments/assets/8a9aa05a-b85b-415e-977c-9d43d35297e3"
/>

Now they're only sorted within their own categories instead of being
sorted twice

## Changelog
🆑
fix: Spawn Ruin verb no longer "sorts" its ruins alphabetically, instead
sorting them within their categories
/🆑
This commit is contained in:
SmArtKar
2025-11-11 22:03:14 +01:00
committed by GitHub
parent e56f4f82a6
commit 2d813cce12
+1 -1
View File
@@ -615,7 +615,7 @@ ADMIN_VERB(place_ruin, R_DEBUG, "Spawn Ruin", "Attempt to randomly place a speci
themed_names[name] = list(ruin, theme, list(ruin.default_area))
names += sort_list(themed_names)
var/ruinname = tgui_input_list(user, "Select ruin", "Spawn Ruin", sort_list(names))
var/ruinname = tgui_input_list(user, "Select ruin", "Spawn Ruin", names)
var/data = names[ruinname]
if (!data)
return