Fixes implant pads

This commit is contained in:
Ghommie
2019-11-29 20:12:10 +01:00
parent 81977819ac
commit d9636398e1
3 changed files with 14 additions and 17 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
//So we're treating each "pair" of limbs as a team, so "both" refers to them
/mob/proc/get_inactive_held_item()
return get_item_for_held_index(get_inactive_hand_index())
put_in_active_hand
//Finds the opposite index for the active one (eg: upper left arm will find the item in upper right arm)
//So we're treating each "pair" of limbs as a team, so "both" refers to them