This commit is contained in:
LordFowl
2016-06-30 00:28:44 +03:00
committed by skull132
parent dd94d6b92a
commit 29eb1b6642
3 changed files with 12 additions and 0 deletions
@@ -172,6 +172,18 @@
icon_state = "cape"
max_storage_space = 12
/obj/item/weapon/storage/backpack/cloak/mob_can_equip(mob/user)
if (!..())
return 0
if (user.get_species() == "Vaurca")
item_state = "vaurcacape"
else
item_state = "cape"
return 1
/*
* Satchel Types
*/