mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Merge pull request #8334 from MrPerson/cleanup_crew_comin_through
Code cleanup
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user