From 194cd0b05e44fc54e4d308fb1e48b67ecc1123ce Mon Sep 17 00:00:00 2001 From: Fluff Date: Wed, 12 Jul 2023 17:56:22 -0400 Subject: [PATCH] Fixing the first aid kit Title --- .../game/objects/items/weapons/storage/firstaid.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modular_chomp/code/game/objects/items/weapons/storage/firstaid.dm b/modular_chomp/code/game/objects/items/weapons/storage/firstaid.dm index 6eb2e62391..ee934dba5b 100644 --- a/modular_chomp/code/game/objects/items/weapons/storage/firstaid.dm +++ b/modular_chomp/code/game/objects/items/weapons/storage/firstaid.dm @@ -10,7 +10,7 @@ /obj/item/weapon/storage/pill_bottle/juggernog, /obj/item/weapon/storage/pill_bottle/curea, /obj/item/weapon/storage/pill_bottle/souldew, - /obj/item/weapon/storage/pill_bottle/puryfingagent) + /obj/item/weapon/storage/pill_bottle/puriyfingagent) /obj/item/weapon/storage/pill_bottle/neotane name = "pill bottle (neo kelotane)" @@ -115,12 +115,12 @@ reagents.add_reagent("souldew", 10) color = reagents.get_color() -/obj/item/weapon/reagent_containers/pill/puryfingagent - name = "Puryfing Agent (10u)" +/obj/item/weapon/reagent_containers/pill/puriyfingagent + name = "Puriyfing Agent (10u)" desc = "An expirmental pill." icon_state = "pill2" -/obj/item/weapon/reagent_containers/pill/puryfingagent/Initialize() +/obj/item/weapon/reagent_containers/pill/puriyfingagent/Initialize() . = ..() - reagents.add_reagent("puryfingagent", 10) + reagents.add_reagent("puriyfingagent", 10) color = reagents.get_color() \ No newline at end of file