copy and paster errrrrrrrr

This commit is contained in:
Aurorablade
2016-11-26 01:34:21 -05:00
parent a880531213
commit 6ac0c309ec
+5 -5
View File
@@ -392,15 +392,15 @@
// CULTSLURRING
/mob/living/Slur(amount)
/mob/living/CultSlur(amount)
SetSlur(max(slurring, amount))
/mob/living/SetSlur(amount)
/mob/living/SetCultSlur(amount)
slurring = max(amount, 0)
/mob/living/AdjustSlur(amount, bound_lower = 0, bound_upper = INFINITY)
var/new_value = directional_bounded_sum(slurring, amount, bound_lower, bound_upper)
SetSlur(new_value)
/mob/living/AdjustCultSlur(amount, bound_lower = 0, bound_upper = INFINITY)
var/new_value = directional_bounded_sum(cultslurring, amount, bound_lower, bound_upper)
SetCultSlur(new_value)
// STUN