Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12261 from Terilia/headcrab-fix
Browse files Browse the repository at this point in the history
Small Headcrab fix.
  • Loading branch information
variableundefined committed Sep 11, 2019
2 parents 7f31e4f + 11784c9 commit ba36512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/simple_animal/hostile/headcrab.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
attack_sound = 'sound/creatures/headcrab_attack.ogg'
speak_emote = list("hisses")
var/is_zombie = 0
stat_attack = UNCONSCIOUS //so they continue to attack when they are on the ground.
stat_attack = DEAD //so they continue to attack when they are on the ground.
var/host_species = ""
var/list/human_overlays = list()

Expand Down

0 comments on commit ba36512

Please sign in to comment.