Adds fox in hand sprites. (#5172)

Fixes #4899
This commit is contained in:
Alberyk
2018-08-27 22:48:18 +03:00
committed by Erki
parent 9fdb93d160
commit 552a60f1de
3 changed files with 8 additions and 0 deletions
+7
View File
@@ -592,3 +592,10 @@ var/list/holder_mob_icon_cache = list()
item_state = "corgi"
contained_sprite = 1
w_class = 3
/obj/item/weapon/holder/fox
name = "fox"
icon_state = "fox"
item_state = "fox"
contained_sprite = 1
w_class = 3
@@ -19,6 +19,7 @@
response_disarm = "gently pushes aside"
response_harm = "kicks"
mob_size = 4
holder_type = /obj/item/weapon/holder/fox
//Captain fox
/mob/living/simple_animal/corgi/fox/Chauncey