mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 21:22:40 +00:00
Makes math helpers defines for performance (#5654)
This commit is contained in:
@@ -584,7 +584,7 @@
|
||||
|
||||
if(one_handed_penalty)
|
||||
if(!held_twohanded)
|
||||
acc_mod += -ceil(one_handed_penalty/2)
|
||||
acc_mod += -CEILING(one_handed_penalty/2, 1)
|
||||
disp_mod += one_handed_penalty*0.5 //dispersion per point of two-handedness
|
||||
|
||||
//Accuracy modifiers
|
||||
|
||||
Reference in New Issue
Block a user