Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit bc10757

Browse files
committed
Update complexus_helpers.dm
1 parent d16c439 commit bc10757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/modules/psionics/complexus/complexus_helpers.dm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
var/rank_multiplier = get_rank(SSpsi.armour_faculty_by_type[armourtype])
2323
var/stamina_multiplier = stamina/max_stamina
2424

25-
var/final_amount = round(clamp(rating * rank_multiplier, 0, 100) * stamina_multiplier)
25+
var/final_amount = round(clamp(rating_amount * rank_multiplier, 0, 100) * stamina_multiplier)
2626

2727
/**
2828
* rating multiplied by the rank of that specific faculty, multiplied by stamina percentage

0 commit comments

Comments
 (0)