Skip to content

Commit

Permalink
stun tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Apr 3, 2024
1 parent 50c04c3 commit e5bf69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/effects/effect_system/smoke.dm
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
if(xeno_affecting)
stun_chance = 35
if(prob(stun_chance))
creature.apply_effect(1, WEAKEN)
creature.apply_effect(2, WEAKEN)

//Topical damage (neurotoxin on exposed skin)
if(xeno_creature)
Expand Down

0 comments on commit e5bf69f

Please sign in to comment.