Fix Tempest's Saddlebags, redo how Saddlebags Work

In the title!
This commit is contained in:
Arokha Sieyes
2017-02-23 19:20:51 -05:00
parent aecf996c4b
commit 69097464ee
2 changed files with 21 additions and 14 deletions
@@ -581,10 +581,6 @@ obj/item/weapon/material/hatchet/tacknife/combatknife/fluff/katarina/handle_shie
item_state = "tempestsaddlebag"
icon_state = "tempestbag"
max_storage_space = INVENTORY_DUFFLEBAG_SPACE //Since they play a macro character, no reason to put custom slowdown code on here.
mob_can_equip(var/mob/living/carbon/human/H, slot, disable_warning = 0)
if(..())
if(istype(H) && istype(H.tail_style, /datum/sprite_accessory/tail/taur/feline/tempest))
return 1
else
H << "<span class='warning'>The harness doesn't fit you, it keeps slipping off!</span>"
return 0
slowdown = 0
taurtype = /datum/sprite_accessory/tail/taur/feline/tempest
no_message = "These saddlebags seem to be fitted for someone else, and keep slipping off!"