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
+10
View File
@@ -919,6 +919,16 @@
pathtools = list(/obj/item/reagent_containers/glass/rag = 1) //need something to paint with it
category = CAT_MISC
/datum/crafting_recipe/fake_tactical_medkit
name = "Tactical First-Aid Kit"
result = list(/obj/item/storage/firstaid/fake_tactical)
time = 40
reqs = list(/datum/reagent/paint/blue = 10,
/datum/reagent/paint/black = 30,
/obj/item/storage/firstaid = 1)
pathtools = list(/obj/item/reagent_containers/glass/rag = 1)
category = CAT_MISC
/datum/crafting_recipe/snowman
name = "Snowman"
result = list(/obj/structure/snowman/built)