Weaver Attempt 2 (#8955)

This commit is contained in:
FluffMedic
2024-09-15 02:01:41 +02:00
committed by GitHub
parent f6a2b2fada
commit 9b8df0fe18
2 changed files with 1 additions and 2 deletions
@@ -184,7 +184,7 @@
category = 0 //CHOMPEdit making weaver a neutral trait instead
cost = 0 //Also not worth 2 points, wtf, this is literally just fluff
var_changes = list("is_weaver" = 1)
allowed_species = list(SPECIES_HANNER, SPECIES_CUSTOM) //So it only shows up for custom species and hanner
// allowed_species = list(SPECIES_HANNER, SPECIES_CUSTOM) //So it only shows up for custom species and hanner CHOMPedit: We allowed further access of this.
custom_only = FALSE
has_preferences = list("silk_production" = list(TRAIT_PREF_TYPE_BOOLEAN, "Silk production on spawn", TRAIT_VAREDIT_TARGET_SPECIES), \
"silk_color" = list(TRAIT_PREF_TYPE_COLOR, "Silk color", TRAIT_VAREDIT_TARGET_SPECIES))
@@ -55,5 +55,4 @@
H.add_modifier(/datum/modifier/trait/empresistb)
/datum/trait/positive/weaver
allowed_species = null
custom_only = FALSE //Let species use the webs for wierd stuff like metal webs, slime creations, etc.