[MIRROR] Exposure fix (#687)

* Fix chemical exposure (#53491)

* Exposure fix

Co-authored-by: TemporalOroboros <TemporalOroboros@gmail.com>
This commit is contained in:
SkyratBot
2020-09-07 15:24:23 +02:00
committed by GitHub
co-authored by TemporalOroboros
parent 300e965ed8
commit 2fa0881a40
23 changed files with 58 additions and 39 deletions
+2 -1
View File
@@ -411,7 +411,8 @@
* If the methods include VAPOR it incorporates permiability protection.
*/
/mob/living/expose_reagents(list/reagents, datum/reagents/source, methods=TOUCH, volume_modifier=1, show_message=TRUE)
if((. = ..()) & COMPONENT_NO_EXPOSE_REAGENTS)
. = ..()
if(. & COMPONENT_NO_EXPOSE_REAGENTS)
return
if(methods & INGEST)