mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user