Changes 'undislocate' to 'relocate' (#4650)

* Chaning undislocate to relocate.

Have to use web browser for this one at the moment.

* Changes undislocate -> relocate

* Last file to change to relocate

* Changes it to the best medical term for the action.

* Reduce -> Relocate
This commit is contained in:
Cameron653
2018-02-03 22:45:50 -06:00
committed by Anewbe
parent 6f8d35a2b3
commit 1999fc2a2a
3 changed files with 8 additions and 8 deletions
@@ -38,7 +38,7 @@
for(var/limb in H.organs_by_name)
var/obj/item/organ/external/current_limb = H.organs_by_name[limb]
if(current_limb)
current_limb.undislocate()
current_limb.relocate()
current_limb.open = 0
BITSET(H.hud_updateflag, HEALTH_HUD)
@@ -60,4 +60,4 @@
return 1
return 1