mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Changes smoke back to TOUCH reaction.
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
..()
|
||||
for(var/mob/living/carbon/human/A in view(1, src))
|
||||
if(reagents.total_volume >= 1)
|
||||
reagents.reaction(A, INGEST)
|
||||
reagents.reaction(A, TOUCH)
|
||||
reagents.trans_to(A.reagents, 10)
|
||||
return
|
||||
|
||||
@@ -217,7 +217,7 @@
|
||||
/obj/effect/effect/chem_smoke/Crossed(mob/living/carbon/M as mob )
|
||||
..()
|
||||
if(reagents.total_volume >= 1)
|
||||
reagents.reaction(M, INGEST)
|
||||
reagents.reaction(M, TOUCH)
|
||||
reagents.trans_to(M.reagents, 10)
|
||||
|
||||
/datum/effect/effect/system/chem_smoke_spread
|
||||
|
||||
Reference in New Issue
Block a user