[MIRROR] Reduce Clumsy Gene's Obnoxious RNG (#12397)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-02-09 00:35:49 +01:00
committed by GitHub
co-authored by Will Kashargul
parent de1913c72a
commit 76924ab597
23 changed files with 29 additions and 26 deletions
@@ -1087,7 +1087,7 @@
if(.)
return TRUE
if (active)
if ((CLUMSY in user.mutations) && prob(50))
if (CLUMSY_HARM_CHANCE(user))
user.visible_message(span_danger("\The [user] accidentally cuts \himself with \the [src]."),\
span_danger("You accidentally cut yourself with \the [src]."))
user.take_organ_damage(5,5)