Skip to content

Commit

Permalink
Ghouls bleed again
Browse files Browse the repository at this point in the history
Crowley: "Ha, ha! I like a human that knows his place. Too many of you think we're all just zombies. They don’t know, or don’t care, that we’re just as human as they are inside. *We bleed!* We hurt! We regret! And you know what really pisses me off? They think the only way to kill us is to shoot us in the head, like in the old zombie stories, and that will put us out of our misery. Hey, I know! Maybe you could help me even the score."
  • Loading branch information
jinxynii committed Jun 26, 2023
1 parent d312b30 commit 6fe2883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/mob/living/carbon/human/species_types/ghoul.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
id = "ghoul"
say_mod = "rasps"
limbs_id = "ghoul"
species_traits = list(HAIR,FACEHAIR,HAS_BONE, NOBLOOD, MUTCOLORS, EYECOLOR,LIPS, HORNCOLOR,WINGCOLOR)
species_traits = list(HAIR,FACEHAIR,HAS_BONE, MUTCOLORS, EYECOLOR,LIPS, HORNCOLOR,WINGCOLOR)
inherent_traits = list(TRAIT_RADIMMUNE, TRAIT_VIRUSIMMUNE, TRAIT_NOBREATH, TRAIT_NOSOFTCRIT, TRAIT_GHOULMELEE, TRAIT_EASYDISMEMBER, TRAIT_EASYLIMBDISABLE, TRAIT_LIMBATTACHMENT)
inherent_biotypes = list(MOB_ORGANIC, MOB_HUMANOID, MOB_BEAST)
mutant_bodyparts = list("mcolor" = "FFFFFF","mcolor2" = "FFFFFF","mcolor3" = "FFFFFF", "mam_snouts" = "Husky", "mam_tail" = "Husky", "mam_ears" = "Husky", "deco_wings" = "None", "mam_body_markings" = "Husky", "taur" = "None", "horns" = "None", "legs" = "Plantigrade", "meat_type" = "Mammalian")
Expand Down Expand Up @@ -110,7 +110,7 @@
is_healing = FALSE
H.set_light(0)
else
healpwr = 1.5
healpwr = 2
is_healing = TRUE
H.set_light(2, 15, LIGHT_COLOR_GREEN)
H.adjustCloneLoss(-healpwr)
Expand Down

0 comments on commit 6fe2883

Please sign in to comment.