Fix emergency suture updatepaths script (#91978)

## About The Pull Request

The script is backwards, it replaces bandages with emergency sutures

## Why It's Good For The Game

It doesn't work

## Changelog

No
This commit is contained in:
Roxy
2025-07-06 21:10:39 +02:00
committed by GitHub
parent 82d1adc3a6
commit 959e6e6a36
@@ -1,3 +1,3 @@
#comment This replaces the old emergency sutures with bandages.
#comment This replaces the old emergency sutures with bandages.
/obj/item/stack/medical/bandage : /obj/item/stack/medical/suture/emergency{@OLD}
/obj/item/stack/medical/suture/emergency : /obj/item/stack/medical/bandage{@OLD}