This commit is contained in:
Zuhayr
2014-10-08 23:10:12 +10:30
parent 1249fb0592
commit 37cb78eefa
33 changed files with 185 additions and 122 deletions
+4 -1
View File
@@ -44,7 +44,7 @@
/* Species-specific sprites, concept stolen from Paradise//vg/.
ex:
sprite_sheets = list(
"Tajaran" = 'icons/cat/are/bad'
"Tajara" = 'icons/cat/are/bad'
)
If index term exists and icon_override is not set, this sprite sheet will be used.
*/
@@ -261,6 +261,9 @@
//START HUMAN
var/mob/living/carbon/human/H = M
if(H.species && !(slot in H.species.hud.equip_slots))
return 0
switch(slot)
if(slot_l_hand)
if(H.l_hand)