Merge pull request #191 from TheDZD/minor-fixes

Minor Fixes
This commit is contained in:
Fox-McCloud
2015-01-18 16:09:29 -05:00
2 changed files with 6 additions and 2 deletions
@@ -930,6 +930,10 @@ var/list/datum/dna/hivemind_bank = list()
var/mob/living/carbon/human/T = changeling_sting(40, /mob/proc/changeling_extract_dna_sting)
if(!T) return 0
if(T.species.flags & NO_SCAN) // Yeah, this needs the same protection, otherwise you can steal DNA from Slime People and then blood overdose when you turn into one.
src << "<span class='warning'>We do not know how to parse this creature's DNA!</span>"
changeling.chem_charges += 40
return 0
T.dna.real_name = T.real_name
changeling.absorbed_dna |= T.dna
@@ -111,8 +111,8 @@
/obj/item/weapon/robot_module/crisis
name = "crisis robot module"
stacktypes = list(
/obj/item/stack/medical/ointment = 5,
/obj/item/stack/medical/bruise_pack = 5,
/obj/item/stack/medical/advanced/ointment = 5,
/obj/item/stack/medical/advanced/bruise_pack = 5,
/obj/item/stack/medical/splint = 5
)