Merge pull request #1097 from ariaworld/fix-tailbags

[REFACTOR] Refactor, clean and optimize tailbag code.
This commit is contained in:
BongaTheProto
2024-03-11 17:09:27 -05:00
committed by GitHub
6 changed files with 68 additions and 150 deletions
@@ -1,24 +1,24 @@
/datum/gear/hands/paicard
name = "pAI device"
description = "A personal AI device for checking and downloading various personalities."
path = /obj/item/paicard
/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/storage/tailbag
/datum/gear/hands/tarotdeck
name = "Tarot Deck"
description = "A full 78 card deck of Tarot Cards, no refunds on false predicitons."
path = /obj/item/toy/cards/deck/tarot
//MODIFIED COSTS - MODULAR SPLURT
/datum/gear/hands/straightrazor
cost = 6
/datum/gear/hands/flask
cost = 1
/datum/gear/hands/cigar
cost = 2
/datum/gear/hands/paicard
name = "pAI device"
description = "A personal AI device for checking and downloading various personalities."
path = /obj/item/paicard
/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/storage/wallet/tailbag
/datum/gear/hands/tarotdeck
name = "Tarot Deck"
description = "A full 78 card deck of Tarot Cards, no refunds on false predicitons."
path = /obj/item/toy/cards/deck/tarot
//MODIFIED COSTS - MODULAR SPLURT
/datum/gear/hands/straightrazor
cost = 6
/datum/gear/hands/flask
cost = 1
/datum/gear/hands/cigar
cost = 2