mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user