[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
+1 -1
View File
@@ -163,7 +163,7 @@
set category = "Object"
set src in usr
if((CLUMSY in usr.mutations) && prob(50))
if(CLUMSY_FAIL_CHANCE(usr))
to_chat(usr, span_warning("You cut yourself on the paper."))
return
var/n_name = sanitizeSafe(tgui_input_text(usr, "What would you like to label the paper?", "Paper Labelling", null, MAX_NAME_LEN, encode = FALSE), MAX_NAME_LEN)