This commit is contained in:
kevinz000
2020-04-25 01:05:12 -07:00
parent e6b0fb4929
commit ec4a40fa37
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -59,7 +59,7 @@
CRASH("You cannot auto increment a non numerical skill!")
var/current = get_skill_value(skill)
var/affinity = get_skill_affinity(skill)
bosst_skill_value_to(skill, current + (value * affinity))
boost_skill_value_to(skill, current + (value * affinity))
/**
* Generates a HTML readout of our skills.