fixes two typos

yeah, I got those two wrong. Not anymore though.
This commit is contained in:
DeltaFire
2020-10-10 16:48:25 +02:00
parent 1285280963
commit 641970f2c0
2 changed files with 3 additions and 3 deletions
@@ -212,7 +212,7 @@
icon_state = "[initial(icon_state)]_impregnated"
var/obj/item/bodypart/chest/LC = target.get_bodypart(BODY_ZONE_CHEST)
if((!LC || LC.is_robotic_limb(FALSE)) && !target.getorgan(/obj/item/organ/body_egg/alien_embryo))
if((!LC || !LC.is_robotic_limb(FALSE)) && !target.getorgan(/obj/item/organ/body_egg/alien_embryo))
new /obj/item/organ/body_egg/alien_embryo(target)
else