Skip to content

Commit

Permalink
Merge pull request tgstation#18830 from MMMiracles/a_skele-ton
Browse files Browse the repository at this point in the history
Fixes Invisible Skeletons
  • Loading branch information
Cheridan authored Jun 22, 2016
2 parents 42eef2d + d3e183a commit dbf4671
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions code/modules/mob/living/simple_animal/hostile/skeleton.dm
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
/mob/living/simple_animal/hostile/skeleton
name = "reanimated skeleton"
desc = "A real bonefied skeleton, doesn't seem like it wants to socialize."
icon = 'icons/mob/human.dmi'
icon_state = "skeleton_s"
icon_living = "skeleton_s"
icon_dead = "skeleton_dead"
icon_state = "skeleton"
icon_living = "skeleton"
icon_dead = "skeleton"
turns_per_move = 5
speak_emote = list("rattles")
emote_see = list("rattles")
Expand Down Expand Up @@ -36,7 +35,6 @@
/mob/living/simple_animal/hostile/skeleton/eskimo
name = "undead eskimo"
desc = "The reanimated remains of some poor traveler."
icon = 'icons/mob/animal.dmi'
icon_state = "eskimo"
icon_living = "eskimo"
icon_dead = "eskimo_dead"
Expand All @@ -55,7 +53,6 @@
/mob/living/simple_animal/hostile/skeleton/templar
name = "undead templar"
desc = "The reanimated remains of a holy templar knight."
icon = 'icons/mob/animal.dmi'
icon_state = "templar"
icon_living = "templar"
icon_dead = "templar_dead"
Expand Down
Binary file modified icons/mob/animal.dmi
Binary file not shown.

0 comments on commit dbf4671

Please sign in to comment.