Raises the cost to 2 as per admin request.

This commit is contained in:
Heroman
2021-02-27 07:14:00 +10:00
parent 59e23e7eda
commit 55d5d272bb
@@ -143,7 +143,7 @@
/datum/trait/weaver
name = "Weaver"
desc = "You can produce silk and create various articles of clothing and objects."
cost = 1
cost = 2
var_changes = list("is_weaver" = 1)
/datum/trait/weaver/apply(var/datum/species/S,var/mob/living/carbon/human/H)