Fixes an UpdatePaths script that was written backwards (#89128)

## About The Pull Request

Tin. This script when run would actually undo any instances of the thing
and revert it back to the invalid version. I found this out after
running it and becoming confused when it seemingly undid their pr.

## Why It's Good For The Game

Working scripts for downstreams are nice. I think.

## Changelog

N/a
This commit is contained in:
Bloop
2025-01-21 19:03:46 -07:00
committed by GitHub
parent d3f7ff3e71
commit 4a1fedf64f
@@ -1,3 +1,3 @@
#comment Repaths instances of a357 with c357, so as to acknowledge that it is consistent with other casings.
/obj/item/ammo_casing/c357 : /obj/item/ammo_casing/a357{@OLD}
/obj/item/ammo_casing/a357 : /obj/item/ammo_casing/c357{@OLD}