mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 01:22:13 +00:00
* hivenet emergency transmission * no phoron + harder to remove * a fuckton of stuff * hive verbs * hive admin verbs * admin verbs again * encrypt * mute * Camera Access, Neural Shock & More * electronic warfare * changelog * changelog 2 * more changelog updates * Update code/game/objects/items/devices/traitordevices.dm Co-authored-by: Cody Brittain <cbrittain10@yahoo.com> * Update html/changelogs/RustingWithYou - willofthequeens.yml Co-authored-by: Cody Brittain <cbrittain10@yahoo.com> * test failures begone * ok, now test failures begone * addresses requested changes * more requested changes * missing span classes * fullshield * traits! * addresses requested changes Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Update code/modules/mob/living/carbon/carbon.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Update code/modules/organs/subtypes/vaurca.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Update code/modules/organs/subtypes/vaurca.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Update code/modules/organs/subtypes/vaurca.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Update code/modules/organs/subtypes/vaurca.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Update code/modules/organs/subtypes/vaurca.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> Update code/modules/admin/topic.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> addresses requested changes * Update code/modules/mob/living/carbon/human/human_powers.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/organs/subtypes/vaurca.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * hivenet checks to proc, admin socket to var * Update code/modules/organs/subtypes/vaurca.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * Update code/modules/organs/subtypes/vaurca.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> * parasite.dm span fixes * spacing * purge a couple unnecessary returns * fuck your spaces * dominia is right bots should be destroyed --------- Co-authored-by: Cody Brittain <cbrittain10@yahoo.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
14 lines
670 B
Plaintext
14 lines
670 B
Plaintext
// A set of traits used to determine which origin quirks to apply to characters.
|
|
#define TRAIT_ORIGIN_IGNORE_CAPSAICIN "ignore_capsaicin"
|
|
#define TRAIT_ORIGIN_ALCOHOL_RESISTANCE "alcohol_resistance"
|
|
#define TRAIT_ORIGIN_DRUG_RESISTANCE "drug_resistance"
|
|
#define TRAIT_ORIGIN_DARK_AFRAID "dark_sensitivity"
|
|
#define TRAIT_ORIGIN_TOX_RESISTANCE "toxin_resistance"
|
|
#define TRAIT_ORIGIN_COLD_RESISTANCE "cold_resistance"
|
|
#define TRAIT_ORIGIN_HOT_RESISTANCE "hot_resistance"
|
|
#define TRAIT_ORIGIN_NO_ANIMAL_PROTEIN "no_animal_protein"
|
|
#define TRAIT_ORIGIN_LIGHT_SENSITIVE "light_sensitive"
|
|
|
|
//Vaurca-specific traits
|
|
#define TRAIT_ORIGIN_ELECTRONIC_WARFARE "electronic_warfare"
|