This commit is contained in:
silicons
2020-07-20 11:35:10 -07:00
parent 98d3ac80d9
commit 416b989e12
23 changed files with 39 additions and 71 deletions
+2 -2
View File
@@ -73,8 +73,8 @@
/obj/item/organ/liver/proc/sizeMoveMod(value, mob/living/carbon/C)
if(cachedmoveCalc == value)
return
C.next_move_modifier /= cachedmoveCalc
C.next_move_modifier *= value
C.action_cooldown_mod /= cachedmoveCalc
C.action_cooldown_mod *= value
cachedmoveCalc = value
/obj/item/organ/liver/fly