mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 20:52:41 +00:00
Fixes organs listed under organ tag instead of organ name when using undislocate verb
This commit is contained in:
@@ -1325,7 +1325,7 @@
|
|||||||
for(var/limb in organs_by_name)
|
for(var/limb in organs_by_name)
|
||||||
var/obj/item/organ/external/current_limb = organs_by_name[limb]
|
var/obj/item/organ/external/current_limb = organs_by_name[limb]
|
||||||
if(current_limb && current_limb.dislocated > 0 && !current_limb.is_parent_dislocated()) //if the parent is also dislocated you will have to relocate that first
|
if(current_limb && current_limb.dislocated > 0 && !current_limb.is_parent_dislocated()) //if the parent is also dislocated you will have to relocate that first
|
||||||
limbs |= limb
|
limbs |= current_limb
|
||||||
var/choice = input(usr,"Which joint do you wish to relocate?") as null|anything in limbs
|
var/choice = input(usr,"Which joint do you wish to relocate?") as null|anything in limbs
|
||||||
|
|
||||||
if(!choice)
|
if(!choice)
|
||||||
|
|||||||
Reference in New Issue
Block a user