Merge pull request #1143 from CHOMPStation2/Razgriz1032-patch-7

Change jellybrig escape chance
This commit is contained in:
Razgriz
2021-01-19 22:19:01 -07:00
committed by GitHub

View File

@@ -34,7 +34,7 @@ GLOBAL_VAR_INIT(queen_amount, 0) //We only gonna want 1 queen in the world.
vore_default_mode = DM_HOLD
vore_digest_chance = 1 //Chance to switch to digest mode if resisted
vore_absorb_chance = 0
vore_escape_chance = 10 //Chance to escape if resisted.
vore_escape_chance = 2 //Chance to escape if resisted.
/datum/ai_holder/simple_mob/jellybrig
hostile = FALSE // The majority of simplemobs are hostile, jellybrig is nice.