Skip to content

Commit

Permalink
Improves Simple Smile's Work Rates (#2380)
Browse files Browse the repository at this point in the history
* Update simple_smile.dm

* Update simple_smile.dm
  • Loading branch information
tile4 authored Aug 11, 2024
1 parent 18524e0 commit 4552743
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
retreat_distance = 3
minimum_distance = 1
work_chances = list(
ABNORMALITY_WORK_INSTINCT = 80,
ABNORMALITY_WORK_INSIGHT = 80,
ABNORMALITY_WORK_ATTACHMENT = 80,
ABNORMALITY_WORK_REPRESSION = 80,
ABNORMALITY_WORK_INSTINCT = 85,
ABNORMALITY_WORK_INSIGHT = 85,
ABNORMALITY_WORK_ATTACHMENT = 85,
ABNORMALITY_WORK_REPRESSION = 85,
)
work_damage_amount = 5
work_damage_type = BLACK_DAMAGE
Expand Down Expand Up @@ -101,7 +101,7 @@

for(var/attribute in stats)
if(get_attribute_level(user, attribute)>= 40)
chance_modifier *= 0.7
chance_modifier *= 0.8
lucky_counter += 1

return chance * chance_modifier
Expand Down

0 comments on commit 4552743

Please sign in to comment.