Updates Panther Sprite

This commit is contained in:
Fox-McCloud
2015-11-18 02:00:09 -05:00
parent 6ff5ef7ae4
commit 71c972d644
3 changed files with 3 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

+3 -1
View File
@@ -51,10 +51,11 @@
/mob/living/simple_animal/hostile/panther
name = "panther"
desc = "A long sleek, black cat with sharp teeth and claws."
icon = 'code/modules/jungle/jungle.dmi'
icon = 'icons/mob/alienqueen.dmi'
icon_state = "panther"
icon_living = "panther"
icon_dead = "panther_dead"
icon_resting = "panther_rest"
icon_gib = "panther_dead"
speak_chance = 0
turns_per_move = 3
@@ -66,6 +67,7 @@
stop_automated_movement_when_pulled = 0
maxHealth = 50
health = 50
pixel_x = -16
harm_intent_damage = 8
melee_damage_lower = 15