From c95ca9e219e13aaa7d4811cd09cdcb318e577429 Mon Sep 17 00:00:00 2001 From: AshTheDerg <60045745+AshTheDerg@users.noreply.github.com> Date: Sun, 15 Oct 2023 20:25:15 -0400 Subject: [PATCH] Tailbags Loadout option --- .../code/modules/client/loadout/hands.dm | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/modular_splurt/code/modules/client/loadout/hands.dm b/modular_splurt/code/modules/client/loadout/hands.dm index 6d5c193b6a..5f8ef4f631 100644 --- a/modular_splurt/code/modules/client/loadout/hands.dm +++ b/modular_splurt/code/modules/client/loadout/hands.dm @@ -1,11 +1,11 @@ -/datum/gear/hands/paicard - name = "pAI device" - description = "A personal AI device for checking and downloading various personalities." - path = /obj/item/paicard - cost = 3 - -/datum/gear/hands/tailbag - name = "Tailbag" - description = "A bag for holding small personal items, which fastens around the base of the tail." - path = /obj/item/tailbag - cost = 1 +/datum/gear/hands/paicard + name = "pAI device" + description = "A personal AI device for checking and downloading various personalities." + path = /obj/item/paicard + cost = 3 + +/datum/gear/hands/tailbag + name = "Tailbag" + description = "A bag for holding small personal items, which fastens around the base of the tail." + path = /obj/item/tailbag + cost = 1