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
@@ -1347,9 +1347,9 @@
if(..(slipped_on,stun_duration))
return 1
/mob/living/carbon/human/proc/undislocate()
/mob/living/carbon/human/proc/relocate()
set category = "Object"
set name = "Undislocate Joint"
set name = "Relocate Joint"
set desc = "Pop a joint back into place. Extremely painful."
set src in view(1)
@@ -1397,7 +1397,7 @@
else
U << "<span class='danger'>You pop [S]'s [current_limb.joint] back in!</span>"
S << "<span class='danger'>[U] pops your [current_limb.joint] back in!</span>"
current_limb.undislocate()
current_limb.relocate()
/mob/living/carbon/human/drop_from_inventory(var/obj/item/W, var/atom/Target = null)
if(W in organs)