mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user