More medkits ! With the correct branch this time! (#25985)

* tactical medkit craft

* machine and aquatic kit from plastic

* adds fake tactical kit

* change recipe to make the fake tactical kit
This commit is contained in:
Taurtura
2024-06-29 17:59:35 +00:00
committed by GitHub
parent bd8c428ee6
commit 1e1b711be5
3 changed files with 22 additions and 0 deletions
@@ -686,6 +686,8 @@ GLOBAL_LIST_INIT(plastic_recipes, list(
new /datum/stack_recipe("toxin first aid kit", /obj/item/storage/firstaid/toxin, 4),
new /datum/stack_recipe("oxygen deprivation first aid kit", /obj/item/storage/firstaid/o2, 4),
new /datum/stack_recipe("advanced first-aid kit", /obj/item/storage/firstaid/adv, 4),
new /datum/stack_recipe("machine repair kit", /obj/item/storage/firstaid/machine, 4),
new /datum/stack_recipe("aquatic starter kit", /obj/item/storage/firstaid/aquatic_kit, 4),
)),
new /datum/stack_recipe("pill bottle", /obj/item/storage/pill_bottle),
new /datum/stack_recipe("IV bag", /obj/item/reagent_containers/iv_bag, 2),
@@ -219,6 +219,7 @@
name = "ert first-aid kit"
icon_state = "bezerk"
desc = "A medical kit used by Nanotrasen emergency response team personnel."
med_bot_skin = "bezerk"
/obj/item/storage/firstaid/ert/populate_contents()
new /obj/item/healthanalyzer/advanced(src)
@@ -244,6 +245,15 @@
new /obj/item/storage/pill_bottle/ert_amber(src)
new /obj/item/storage/pill_bottle/patch_pack/ert_amber(src)
/obj/item/storage/firstaid/fake_tactical
name = "tactical first-aid kit"
icon_state = "bezerk"
desc = "I hope you've got insurance. The paint is still wet."
med_bot_skin = "bezerk"
/obj/item/storage/firstaid/fake_tactical/populate_contents()
return
/*
* Pill Bottles
*/