Revert "Le Kidney Beans (#7672)" (#7715)

This reverts commit fce3617857.
This commit is contained in:
Erki
2019-12-17 17:23:05 +02:00
committed by GitHub
parent 542c288cd8
commit 6210e2bb44
15 changed files with 23 additions and 79 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
if(!user.is_wizard())
if(istype(user, /mob/living/carbon/human))
var/mob/living/carbon/human/H = user
var/obj/item/organ/O = H.internal_organs_by_name[pick(BP_EYES,BP_APPENDIX,BP_LKIDNEY,BP_RKIDNEY,BP_LIVER, BP_HEART, BP_LUNGS, BP_BRAIN)]
var/obj/item/organ/O = H.internal_organs_by_name[pick(BP_EYES,"appendix",BP_KIDNEYS,BP_LIVER, BP_HEART, BP_LUNGS, BP_BRAIN)]
if(O == null)
to_chat(user, span("notice", "You can't make any sense of the arcane glyphs. . . maybe you should try again."))
else