03-13-2020, 05:49 PM
(This post was last modified: 03-16-2020, 12:48 PM by RichardGere. Edited 6 times in total.)
https://github.com/goonstation/goonstati...xinggloves
Title. The idea is to slightly reduce RNG in boxing matches, and also leave room for possible future special attacks that boxing gloves might have instead.
I figured keeping it in the gloves code would reduce unintended side effects propagating throughout the codebase. Technically this change allows any gloves to modify a user's stamina crit chance, if the developer wants it to.
EDIT: Should be good to merge
Title. The idea is to slightly reduce RNG in boxing matches, and also leave room for possible future special attacks that boxing gloves might have instead.
I figured keeping it in the gloves code would reduce unintended side effects propagating throughout the codebase. Technically this change allows any gloves to modify a user's stamina crit chance, if the developer wants it to.
EDIT: Should be good to merge