Skip to content

Commit

Permalink
adherent-speed
Browse files Browse the repository at this point in the history
  • Loading branch information
Builder13 committed Oct 4, 2024
1 parent 81327e1 commit 9780477
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mods/_master_files/code/modules/species/station/adherent.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@
LAZYINITLIST(inherent_verbs)
inherent_verbs += /mob/living/carbon/human/proc/toggle_emergency_discharge
..()

/datum/species/adherent/handle_movement_delay_special(mob/living/carbon/human/H)
var/tally = 0

for(var/obj/item/organ/external/O in H.organs)
if(BP_IS_ROBOTIC(O))
tally += O.slowdown
return tally

0 comments on commit 9780477

Please sign in to comment.