mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user