mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
[MIRROR] Exposure fix (#687)
* Fix chemical exposure (#53491) * Exposure fix Co-authored-by: TemporalOroboros <TemporalOroboros@gmail.com>
This commit is contained in:
co-authored by
TemporalOroboros
parent
300e965ed8
commit
2fa0881a40
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user