mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-15 11:39:18 +00:00
Basically, https://github.com/tgstation/tgstation/pull/70422 broke the limb grower's ability to grow limbs, because it was still, for instance, trying to spawn a `/obj/item/bodypart/r_leg` for right legs, instead of a `/obj/item/bodypart/leg/right`, because it uses the `id` variable of the design associated with the limb/organ being grown. As such, I simply updated the `id` variable of the different arms and legs, and now they all work as expected again, instead of throwing a runtime!