Nerfed changeling absorb objectives to 2-4

This commit is contained in:
CIB
2012-08-06 15:24:50 -07:00
parent 791e481d6e
commit 0021fe1f49
+1 -1
View File
@@ -85,7 +85,7 @@
var/datum/objective/absorb/absorb_objective = new
absorb_objective.owner = changeling
absorb_objective.gen_amount_goal(6,8)
absorb_objective.gen_amount_goal(2,4)
changeling.objectives += absorb_objective
switch(rand(1,100))