initial - fix missing check

This commit is contained in:
Raeschen
2021-09-16 12:45:33 +02:00
parent 98d69a0cdd
commit a49333578c

View File

@@ -8,7 +8,7 @@
// this also allows the preview mannequin to update properly because customisation topic calls don't call a DNA check
if(owner)
digitigrade = owner.digitigrade
else
else if(dna)
digitigrade = dna.digitigrade
if( !model && digitigrade && ( istype(src,/obj/item/organ/external/leg) || istype(src,/obj/item/organ/external/foot) ) )