mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 04:57:12 +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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user