Merge pull request #8334 from MrPerson/cleanup_crew_comin_through

Code cleanup
This commit is contained in:
Cheridan
2015-03-15 01:55:39 -05:00
40 changed files with 39 additions and 66 deletions
@@ -310,9 +310,8 @@ datum/reagent/toxin/acid/reaction_mob(var/mob/living/carbon/C, var/method=TOUCH,
if(!istype(C))
return
if(method != TOUCH)
if(!C.unacidable)
C.take_organ_damage(min(6*toxpwr, volume * toxpwr))
return
C.take_organ_damage(min(6*toxpwr, volume * toxpwr))
return
C.acid_act(acidpwr, toxpwr, volume)