[MIRROR] Flatten mech/combat and mech/medical [MDB IGNORE] (#17946)

* Flatten mech/combat and mech/medical (#71494)

## About The Pull Request

The only thing mech combat has is the reload helper that should be on
mech proper anyway and the medical subtype isnt even defined outside of
ody code

Co-authored-by: TiviPlus <572233640+TiviPlus@ users.noreply.com>

* Flatten mech/combat and mech/medical

Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com>
Co-authored-by: TiviPlus <572233640+TiviPlus@ users.noreply.com>
This commit is contained in:
SkyratBot
2022-12-08 07:52:21 -08:00
committed by GitHub
co-authored by TiviPlus TiviPlus
parent 850fb3c2f1
commit 7835d891e4
21 changed files with 104 additions and 88 deletions
+3 -3
View File
@@ -23,14 +23,14 @@
/datum/bounty/item/mech/odysseus
name = "Odysseus"
reward = CARGO_CRATE_VALUE * 22
wanted_types = list(/obj/vehicle/sealed/mecha/medical/odysseus = TRUE)
wanted_types = list(/obj/vehicle/sealed/mecha/odysseus = TRUE)
/datum/bounty/item/mech/gygax
name = "Gygax"
reward = CARGO_CRATE_VALUE * 56
wanted_types = list(/obj/vehicle/sealed/mecha/combat/gygax = TRUE)
wanted_types = list(/obj/vehicle/sealed/mecha/gygax = TRUE)
/datum/bounty/item/mech/durand
name = "Durand"
reward = CARGO_CRATE_VALUE * 40
wanted_types = list(/obj/vehicle/sealed/mecha/combat/durand = TRUE)
wanted_types = list(/obj/vehicle/sealed/mecha/durand = TRUE)