Skip to content

Commit

Permalink
abhzsaxbhgszabnxzhbjmnzshbjmzdsxbmh
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewJacksonThe2nd committed Sep 2, 2016
1 parent 8298331 commit 42dbcf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
filtered_out.gases["freon"][MOLES] = removed_gases["freon"][MOLES]
removed.gases["freon"][MOLES] = 0

if(scrub_Freon && removed_gases["water_vapor"])
if(scrub_WaterVapor && removed_gases["water_vapor"])
filtered_out.assert_gas("water_vapor")
filtered_out.gases["water_vapor"][MOLES] = removed_gases["water_vapor"][MOLES]
removed.gases["water_vapor"][MOLES] = 0
Expand Down
2 changes: 1 addition & 1 deletion code/modules/reagents/chemistry/holder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ var/const/INJECT = 5 //injection

var/list/seen = viewers(4, get_turf(my_atom))
if(cached_my_atom)
if(!istype(cached_my_atom, /mob)) // No bubbling mobs
if(!ismob(cached_my_atom)) // No bubbling mobs
if(C.mix_sound)
playsound(get_turf(cached_my_atom), C.mix_sound, 80, 1)
for(var/mob/M in seen)
Expand Down

0 comments on commit 42dbcf2

Please sign in to comment.