This commit is contained in:
Ghommie
2019-12-01 09:09:08 +01:00
parent d9636398e1
commit b914791a87
+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