Skip to content

Commit

Permalink
quickfix picia dla ipc, ethereal i zombie (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
MACIEKBAKI authored Mar 3, 2024
1 parent 41c3e1d commit 1300fc1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/species_types/IPC.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
bodyflag = FLAG_IPC
sexes = FALSE
species_traits = list(NOTRANSSTING,NOEYESPRITES,NO_DNA_COPY,NOZOMBIE,MUTCOLORS,REVIVESBYHEALING,NOHUSK,NOMOUTH)
inherent_traits = list(TRAIT_RESISTCOLD,TRAIT_NOBREATH,TRAIT_LIMBATTACHMENT,TRAIT_EASYDISMEMBER,TRAIT_POWERHUNGRY,TRAIT_XENO_IMMUNE,TRAIT_TOXIMMUNE,TRAIT_MUTATEIMMUNE,TRAIT_IPCRADBRAINDAMAGE) //NSV13 - removed radiation immunity, added TRAIT_MUTATEIMMUNE and TRAIT_IPCRADBRAINDAMAGE
inherent_traits = list(TRAIT_RESISTCOLD,TRAIT_NOBREATH,TRAIT_LIMBATTACHMENT,TRAIT_EASYDISMEMBER,TRAIT_POWERHUNGRY,TRAIT_XENO_IMMUNE,TRAIT_TOXIMMUNE,TRAIT_MUTATEIMMUNE,TRAIT_IPCRADBRAINDAMAGE, TRAIT_NOTHIRST) //NSV13 - removed radiation immunity, added TRAIT_MUTATEIMMUNE and TRAIT_IPCRADBRAINDAMAGE // AQ - added TRAIT_NOTHIRST
inherent_biotypes = list(MOB_ROBOTIC, MOB_HUMANOID)
mutant_brain = /obj/item/organ/brain/positron
mutanteyes = /obj/item/organ/eyes/robotic
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
species_traits = list(DYNCOLORS, AGENDER, HAIR)
changesource_flags = MIRROR_BADMIN | WABBAJACK | MIRROR_PRIDE | MIRROR_MAGIC | RACE_SWAP | ERT_SPAWN | SLIME_EXTRACT
species_language_holder = /datum/language_holder/ethereal
inherent_traits = list(TRAIT_POWERHUNGRY)
inherent_traits = list(TRAIT_POWERHUNGRY, TRAIT_NOTHIRST) // AQ EDIT - TRAIT_NOTHIRST
sexes = FALSE //no fetish content allowed
hair_color = "fixedmutcolor"
hair_alpha = 140
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
meat = /obj/item/reagent_containers/food/snacks/meat/slab/human/mutant/zombie
species_traits = list(NOBLOOD,NOZOMBIE,NOTRANSSTING)
inherent_traits = list(TRAIT_TOXIMMUNE,TRAIT_RESISTCOLD,TRAIT_RESISTHIGHPRESSURE,TRAIT_RESISTLOWPRESSURE,TRAIT_RADIMMUNE,TRAIT_EASYDISMEMBER,\
TRAIT_LIMBATTACHMENT,TRAIT_NOBREATH,TRAIT_NODEATH,TRAIT_FAKEDEATH,TRAIT_NOCLONELOSS)
TRAIT_LIMBATTACHMENT,TRAIT_NOBREATH,TRAIT_NODEATH,TRAIT_FAKEDEATH,TRAIT_NOCLONELOSS, TRAIT_NOTHIRST) // AQ - added TRAIT_NOTHIRST
inherent_biotypes = list(MOB_UNDEAD, MOB_HUMANOID)
mutanttongue = /obj/item/organ/tongue/zombie
var/static/list/spooks = list('sound/hallucinations/growl1.ogg','sound/hallucinations/growl2.ogg','sound/hallucinations/growl3.ogg','sound/hallucinations/veryfar_noise.ogg','sound/hallucinations/wail.ogg')
Expand Down

0 comments on commit 1300fc1

Please sign in to comment.