summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index f6632c36f..fd86c929b 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -2375,7 +2375,7 @@ static int skill_check_condition_hom (struct homun_data *hd, int skill, int lv,
switch(skill) { // Check for cost reductions due to skills & SCs
case HFLI_SBR44:
- if(sd->homunculus.intimacy < 200)
+ if(sd->homunculus.intimacy <= 200)
return 0;
break;
case HVAN_EXPLOSION: