Files
Cameron LennoxandGitHub 51b00a200c Magboot and glove fix (#19415)
* Magboot and glove fix

* Update armblade.dm

* Update leash.dm
2026-04-16 10:40:31 -04:00

16 lines
544 B
Plaintext

/*
* WORKS FOR RIGS, NOT AS A STANDALONE RIGHT NOW
*
* TODO: FIX QUICK_EQUIP SO IT DOESN'T EQUIP THESE TO YOUR BACK WHEN YOU HAVE NO GLOVES
* CHECK SLOWDOWN ON EQUIP/UNEQUIP
* ADD SPRITES FOR ANY ACTUAL GAUNTLET ITEMS, THE BASE GLOVE ITEM HAS NO SPRITE, FOR GOOD REASON
*/
/obj/item/clothing/gloves/gauntlets //Used to cover gloves, otherwise act as gloves.
name = DEVELOPER_WARNING_NAME // "gauntlets"
desc = "These gloves go over regular gloves."
glove_level = 3
overgloves = 1
punch_force = 5
resistance_flags = FIRE_PROOF