mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
Weaver Attempt 2 (#8955)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user